aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-11-04 13:40:28 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-11-04 13:40:28 +0000
commita5747b5ef4c6dca12db5652acf3179e62d3866fb (patch)
tree494eb48e0719c2f64102517816e9d9e4f3a1b259 /src
parent6176993d761dd71081e10060d3dc1e4239dcb773 (diff)
fix uninit
git-svn-id: https://gnunet.org/svn/gnunet@17989 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src')
-rw-r--r--src/transport/gnunet-transport-wlan-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/gnunet-transport-wlan-helper.c b/src/transport/gnunet-transport-wlan-helper.c
index f2be1cc18c..f917e1ecd3 100644
--- a/src/transport/gnunet-transport-wlan-helper.c
+++ b/src/transport/gnunet-transport-wlan-helper.c
@@ -641,6 +641,7 @@ stdin_send_hw (void *cls, void *client, const struct GNUNET_MessageHeader *hdr)
rtheader.header.it_len = htole16 (0x0c);
rtheader.header.it_present = htole32 (0x00008004);
rtheader.rate = 0x00;
+ rtheader.pad1 = 0x00;
rtheader.txflags =
htole16 (IEEE80211_RADIOTAP_F_TX_NOACK | IEEE80211_RADIOTAP_F_TX_NOSEQ);