From: Christian Grothoff Date: Fri, 4 Nov 2011 13:40:28 +0000 (+0000) Subject: fix uninit X-Git-Tag: initial-import-from-subversion-38251~16055 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=47421b472aefd443444528f4dec04c6a3cefee8b;p=oweals%2Fgnunet.git fix uninit --- diff --git a/src/transport/gnunet-transport-wlan-helper.c b/src/transport/gnunet-transport-wlan-helper.c index f2be1cc18..f917e1ecd 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);