aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-08 22:42:02 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-08 22:42:02 +0000
commitd1d5962247b999e302be5e179b7a94c08dd8631b (patch)
tree50234e02ccd28904f75b3aa7f38e5d56120e897c /src/transport/plugin_transport_wlan.c
parent37a2d4e55d24a52ba9c44be94a710a2d831fa19a (diff)
downloadgnunet-d1d5962247b999e302be5e179b7a94c08dd8631b.tar.gz
gnunet-d1d5962247b999e302be5e179b7a94c08dd8631b.zip
-activate
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 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)
1651 plugin->fragment_data_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin); 1651 plugin->fragment_data_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin);
1652 plugin->wlan_header_payload_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin); 1652 plugin->wlan_header_payload_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin);
1653 plugin->helper_payload_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin); 1653 plugin->helper_payload_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin);
1654#if BEACON
1655 plugin->beacon_task = GNUNET_SCHEDULER_add_now (&send_hello_beacon, 1654 plugin->beacon_task = GNUNET_SCHEDULER_add_now (&send_hello_beacon,
1656 plugin); 1655 plugin);
1657#endif
1658 switch (testmode) 1656 switch (testmode)
1659 { 1657 {
1660 case 0: /* normal */ 1658 case 0: /* normal */