Diff between 2954f7072dbb99d28d5f02fca563f6e00c5f8aaf and 4c476cebc102212b23a4513ad16fa92548bfc96b

Changed Files

File Additions Deletions Status
profiles/audio/a2dp.c +0 -1 modified

Full Patch

diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
index cf00400..5ecdab7 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
@@ -1481,7 +1481,6 @@ static void transport_cb(GIOChannel *io, GError *err, gpointer user_data)
 
 	if (err) {
 		error("%s", err->message);
-		if (err)
 		goto drop;
 	}