From 36bf8dd7b886ee585eb0e38b4f3c94d18163b345 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Apr 2011 08:57:43 +0000 Subject: [PATCH] die --- src/transport/plugin_transport_wlan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index f592b0737..f0be68c40 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -2832,8 +2832,6 @@ wlan_transport_start_wlan_helper(struct Plugin *plugin, int testmode) "Adding server_read_task for the wlan-helper\n"); #endif - sleep(2); - plugin->server_read_task = GNUNET_SCHEDULER_add_read_file( GNUNET_TIME_UNIT_FOREVER_REL, plugin->server_stdout_handle, &wlan_plugin_helper_read, plugin); -- 2.25.1