From: Christian Grothoff Date: Tue, 8 May 2012 22:42:02 +0000 (+0000) Subject: -activate X-Git-Tag: initial-import-from-subversion-38251~13583 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1d5962247b999e302be5e179b7a94c08dd8631b;p=oweals%2Fgnunet.git -activate --- diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index 142095035..e8e77249e 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -1651,10 +1651,8 @@ libgnunet_plugin_transport_wlan_init (void *cls) plugin->fragment_data_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin); plugin->wlan_header_payload_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin); plugin->helper_payload_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin); -#if BEACON plugin->beacon_task = GNUNET_SCHEDULER_add_now (&send_hello_beacon, plugin); -#endif switch (testmode) { case 0: /* normal */