From 27acbb09a53b93a2b6f8a6533d346ea6ec1bf80d Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Fri, 10 Aug 2012 12:19:28 +0200 Subject: Fix compilation --- src/qmode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmode.c') diff --git a/src/qmode.c b/src/qmode.c index 79e4de8..ce722d7 100644 --- a/src/qmode.c +++ b/src/qmode.c @@ -134,11 +134,11 @@ int queue_mode(void) } else { do { #if HAVE_USB - if (connect_via_usb()) { +/* if (connect_via_usb()) { fprintf(stderr, "Cannot connect to device. It is possibly not in boot stage.\n"); squeue_push2(p, "error", "Cannot connect to the device", 1); return 0; - } + }*/ #endif printf("Waiting for a client in shared queues..\n"); setsid(); -- cgit v1.2.3