fix uninit
authorChristian Grothoff <christian@grothoff.org>
Fri, 4 Nov 2011 13:40:28 +0000 (13:40 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 4 Nov 2011 13:40:28 +0000 (13:40 +0000)
src/transport/gnunet-transport-wlan-helper.c

index f2be1cc18c4f956f539507d97b3b34c34d28e80c..f917e1ecd333c96e86871ccf84f33a9b4113fe41 100644 (file)
@@ -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);