Diff between 8f84a47e8d41f88ecf6f4ffb4e450a81c27ae1e6 and 189cc8203eac4f327bd375434560e4ebafaad079

Changed Files

File Additions Deletions Status
attrib/utils.c +0 -5 modified

Full Patch

diff --git a/attrib/utils.c b/attrib/utils.c
index f9813d1..c8c8651 100644
--- a/attrib/utils.c
+++ b/attrib/utils.c
@@ -50,11 +50,6 @@ GIOChannel *gatt_connect(const gchar *src, const gchar *dst,
 	GError *err = NULL;
 	BtIOSecLevel sec;
 
-	/* Remote device */
-	if (dst == NULL) {
-		g_printerr("Remote Bluetooth address required\n");
-		return NULL;
-	}
 	str2ba(dst, &dba);
 
 	/* Local adapter */