die
authorChristian Grothoff <christian@grothoff.org>
Wed, 6 Apr 2011 08:57:43 +0000 (08:57 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 6 Apr 2011 08:57:43 +0000 (08:57 +0000)
src/transport/plugin_transport_wlan.c

index f592b0737618382bfd5b70e03200871e9d9bde6b..f0be68c40730dab38b802a0aac7c258829cf7028 100644 (file)
@@ -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);