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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 0e99afa16..0082fe164 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1696,8 +1696,8 @@ handle_helper_message (void *cls, void *client,
1696 { 1696 {
1697 GNUNET_break (0); 1697 GNUNET_break (0);
1698 LOG (GNUNET_ERROR_TYPE_WARNING, 1698 LOG (GNUNET_ERROR_TYPE_WARNING,
1699 "Size of packet is too small (%u bytes)\n", 1699 "Size of packet is too small (%u bytes < %u)\n",
1700 msize); 1700 msize, sizeof (struct GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage));
1701 break; 1701 break;
1702 } 1702 }
1703 rxinfo = (const struct GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage *) hdr; 1703 rxinfo = (const struct GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage *) hdr;