aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-06 08:57:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-06 08:57:43 +0000
commit36bf8dd7b886ee585eb0e38b4f3c94d18163b345 (patch)
tree4be0e8a6bbf4f11f41f551d24e3edd85ad2d95b1 /src/transport/plugin_transport_wlan.c
parenta86c59941c60b6c5e759cf76ce9446d7097e4a5d (diff)
downloadgnunet-36bf8dd7b886ee585eb0e38b4f3c94d18163b345.tar.gz
gnunet-36bf8dd7b886ee585eb0e38b4f3c94d18163b345.zip
die
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c2
1 files changed, 0 insertions, 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)
2832 "Adding server_read_task for the wlan-helper\n"); 2832 "Adding server_read_task for the wlan-helper\n");
2833#endif 2833#endif
2834 2834
2835 sleep(2);
2836
2837 plugin->server_read_task = GNUNET_SCHEDULER_add_read_file( 2835 plugin->server_read_task = GNUNET_SCHEDULER_add_read_file(
2838 GNUNET_TIME_UNIT_FOREVER_REL, plugin->server_stdout_handle, 2836 GNUNET_TIME_UNIT_FOREVER_REL, plugin->server_stdout_handle,
2839 &wlan_plugin_helper_read, plugin); 2837 &wlan_plugin_helper_read, plugin);