Diff between d6bc4028401e2f2c3e4a558f4f389e9a7eb5d0e6 and 514191a75cd205dab5350c725aebea885e261e24

Changed Files

File Additions Deletions Status
src/adapter.c +0 -1 modified

Full Patch

diff --git a/src/adapter.c b/src/adapter.c
index 76acfea..bf51b12 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -1651,7 +1651,6 @@ fail:
 	if (client->msg) {
 		reply = btd_error_busy(client->msg);
 		g_dbus_send_message(dbus_conn, reply);
-		g_dbus_remove_watch(dbus_conn, client->watch);
 		discovery_remove(client, false);
 		return;
 	}