Diff between 24a327427d7e7a1ef5c69a0f90bc6297ab17a9ab and 784607f89c9d6956420f252965ce3ce8a0b13017
Changed Files
| File | Additions | Deletions | Status |
| btio/btio.c | +2 | -2 | modified |
Full Patch
diff --git a/btio/btio.c b/btio/btio.c
index bc14199..30804ca 100644
--- a/btio/btio.c
+++ b/btio/btio.c
@@ -475,8 +475,8 @@ static gboolean set_sec_level(int sock, BtIOType type, int level, GError **err)
}
if (level == BT_SECURITY_FIPS) {
- g_set_error(err, BT_IO_ERROR, EINVAL,
- "FIPS security level is not supported for L2CAP_LM/RFCOMM_LM");
+ g_set_error(err, BT_IO_ERROR, EINVAL, "setsockopt(LM): "
+ "FIPS security level is not supported");
return FALSE;
}