aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-08 11:36:58 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-08 11:36:58 +0000
commitf41e8a193500a4a6ab185627a272d6b3765d5efc (patch)
tree80db660a2ade9fbfa4b8e38fc83485ec19fc1fa8 /src/transport/plugin_transport_wlan.c
parent2f02cbbfb34c8994a6fa5efb0dce1bd3c5a6833b (diff)
downloadgnunet-f41e8a193500a4a6ab185627a272d6b3765d5efc.tar.gz
gnunet-f41e8a193500a4a6ab185627a272d6b3765d5efc.zip
fixwarning
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 ab7446e06..f184ff47a 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1587,8 +1587,8 @@ wlan_plugin_send(void *cls, const struct GNUNET_PeerIdentity * target,
1587 struct Plugin * plugin = cls; 1587 struct Plugin * plugin = cls;
1588 struct PendingMessage * newmsg = NULL; 1588 struct PendingMessage * newmsg = NULL;
1589 struct WlanHeader * wlanheader = NULL; 1589 struct WlanHeader * wlanheader = NULL;
1590 struct GNUNET_MessageHeader * innermsg = 1590 //struct GNUNET_MessageHeader * innermsg =
1591 (struct GNUNET_MessageHeader *) msgbuf; 1591 // (struct GNUNET_MessageHeader *) msgbuf;
1592 1592
1593 //check if msglen > 0 1593 //check if msglen > 0
1594 GNUNET_assert(msgbuf_size > 0); 1594 GNUNET_assert(msgbuf_size > 0);