From 296c7764942bc7dac55b631cf17539742b54bf59 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 20 Jun 2009 04:45:47 +0200 Subject: Do not wait for connection request after scan request --- src/main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 8f1eeec..cd87632 100644 --- a/src/main.c +++ b/src/main.c @@ -723,7 +723,9 @@ static void *usbmuxd_client_init_thread(void *arg) goto leave; } - if (verbose >= 3) + goto leave; + +/* if (verbose >= 3) logmsg(LOG_NOTICE, "%s[%x]: Waiting for connect request", __func__, THREAD); @@ -736,7 +738,7 @@ static void *usbmuxd_client_init_thread(void *arg) "%s[%x]: Did not receive any connect request.", __func__, THREAD); goto leave; - } + }*/ connect: -- cgit v1.1-32-gdbae