Diff between 94007269fd68c9e113b993fb9933244e59f45647 and 24aaa5c9d680e225b80da988b465d4ec3aa59a19
Changed Files
| File | Additions | Deletions | Status |
| btio/btio.c | +1 | -1 | modified |
Full Patch
diff --git a/btio/btio.c b/btio/btio.c
index 5f91171..15057f6 100644
--- a/btio/btio.c
+++ b/btio/btio.c
@@ -1087,7 +1087,7 @@ parse_opts:
if (getsockopt(sock, SOL_BLUETOOTH, BT_SNDMTU,
&l2o.omtu, &len) < 0) {
- ERROR_FAILED(err, "getsockopt(BT_RCVMTU)",
+ ERROR_FAILED(err, "getsockopt(BT_SNDMTU)",
errno);
return FALSE;
}