aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-helper-transport-wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-03 12:16:22 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-03 12:16:22 +0000
commite7dcc206d3644f49a494370c36757704369b7007 (patch)
tree12f60b23fe4af52525f245e9bc09419d39a27241 /src/transport/gnunet-helper-transport-wlan.c
parentbc04203f71e022e30d53a411f9c49a0a0a9890ef (diff)
downloadgnunet-e7dcc206d3644f49a494370c36757704369b7007.tar.gz
gnunet-e7dcc206d3644f49a494370c36757704369b7007.zip
-fix
Diffstat (limited to 'src/transport/gnunet-helper-transport-wlan.c')
-rw-r--r--src/transport/gnunet-helper-transport-wlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-helper-transport-wlan.c b/src/transport/gnunet-helper-transport-wlan.c
index 3b5e0b1ab..2d68c3655 100644
--- a/src/transport/gnunet-helper-transport-wlan.c
+++ b/src/transport/gnunet-helper-transport-wlan.c
@@ -1803,7 +1803,7 @@ stdin_send_hw (void *cls, const struct GNUNET_MessageHeader *hdr)
1803 sendsize -= (sizeof (struct GNUNET_TRANSPORT_WLAN_RadiotapSendMessage) - sizeof (struct GNUNET_TRANSPORT_WLAN_Ieee80211Frame)); 1803 sendsize -= (sizeof (struct GNUNET_TRANSPORT_WLAN_RadiotapSendMessage) - sizeof (struct GNUNET_TRANSPORT_WLAN_Ieee80211Frame));
1804 if (MAXLINE < sendsize) 1804 if (MAXLINE < sendsize)
1805 { 1805 {
1806 fprintf (stderr, "Function stdin_send_hw: Packet too big for buffer\n"); 1806 fprintf (stderr, "Packet too big for buffer\n");
1807 exit (1); 1807 exit (1);
1808 } 1808 }
1809 header = (const struct GNUNET_TRANSPORT_WLAN_RadiotapSendMessage *) hdr; 1809 header = (const struct GNUNET_TRANSPORT_WLAN_RadiotapSendMessage *) hdr;