-activate
authorChristian Grothoff <christian@grothoff.org>
Tue, 8 May 2012 22:42:02 +0000 (22:42 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 8 May 2012 22:42:02 +0000 (22:42 +0000)
src/transport/plugin_transport_wlan.c

index 1420950358c80bd749162085354ecb460f0d7fcd..e8e77249ea47f833ddab7d5ffc84b0234eb4a7ed 100644 (file)
@@ -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 */