Diff between 9390bf465f44dfa5860d354f3668627398730bd9 and 26bc2d99ddf24c8f8f9f66e422963bdeefe05bb5
Changed Files
| File | Additions | Deletions | Status |
| audio/headset.c | +0 | -1 | modified |
Full Patch
diff --git a/audio/headset.c b/audio/headset.c
index de3fd3e..67a0f76 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -1514,7 +1514,6 @@ static void get_record_cb(sdp_list_t *recs, int err, gpointer user_data)
sdp_list_free(classes, free);
-
if (sdp_uuid_cmp(&class, &uuid) == 0)
break;
}