aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index e3dd24fdb..36e09fdd7 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1949,7 +1949,7 @@ libgnunet_plugin_transport_wlan_init (void *cls)
1949 0, GNUNET_NO); 1949 0, GNUNET_NO);
1950 GNUNET_STATISTICS_set (plugin->env->stats, _("# WLAN MAC endpoints allocated"), 1950 GNUNET_STATISTICS_set (plugin->env->stats, _("# WLAN MAC endpoints allocated"),
1951 0, 0); 1951 0, 0);
1952 GNUNET_BANDWIDTH_tracker_init (&plugin->tracker, 1952 GNUNET_BANDWIDTH_tracker_init (&plugin->tracker, NULL, NULL,
1953 GNUNET_BANDWIDTH_value_init (100 * 1024 * 1953 GNUNET_BANDWIDTH_value_init (100 * 1024 *
1954 1024 / 8), 100); 1954 1024 / 8), 100);
1955 plugin->fragment_data_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin); 1955 plugin->fragment_data_tokenizer = GNUNET_SERVER_mst_create (&process_data, plugin);