aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-09-02 12:32:13 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-09-02 12:32:13 +0000
commit3a020e9cd2c06379ca6bb46e282dddc9e95062a5 (patch)
tree770ef20c88b1805395166c40458568f5dfc3d868 /src
parent3cef85c6998c93aee7f4b6da8092e1e32c6192f1 (diff)
downloadgnunet-3a020e9cd2c06379ca6bb46e282dddc9e95062a5.tar.gz
gnunet-3a020e9cd2c06379ca6bb46e282dddc9e95062a5.zip
compare with expected value
Diffstat (limited to 'src')
-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;