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 d831a7b78..17d72135b 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1923,7 +1923,7 @@ handle_helper_message (void *cls,
1923 mas.session = NULL; 1923 mas.session = NULL;
1924 (void) GNUNET_SERVER_mst_receive (plugin->helper_payload_tokenizer, 1924 (void) GNUNET_SERVER_mst_receive (plugin->helper_payload_tokenizer,
1925 &mas, 1925 &mas,
1926 (const char*) &rxinfo[1], 1926 (const char *) &rxinfo[1],
1927 msize - sizeof(struct 1927 msize - sizeof(struct
1928 GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage), 1928 GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage),
1929 GNUNET_YES, GNUNET_NO); 1929 GNUNET_YES, GNUNET_NO);