commit 9d967498bef586b7537f622520ffea34c0b54380
Author:     Aaron Marcher <[email protected]>
AuthorDate: Wed May 16 23:08:33 2018 +0200
Commit:     Aaron Marcher <[email protected]>
CommitDate: Wed May 16 23:08:33 2018 +0200

    load_ieee80211_nodereq: Fix typo

diff --git a/components/wifi.c b/components/wifi.c
index 78acb3f..bc7f4a3 100644
--- a/components/wifi.c
+++ b/components/wifi.c
@@ -106,7 +106,7 @@
        {
                struct ieee80211_bssid bssid;
                int sockfd;
-               memset(&bssid, 0, sizeof(bssid);
+               memset(&bssid, 0, sizeof(bssid));
                memset(nr, 0, sizeof(struct ieee80211_nodereq));
                if ((sockfd = socket(AF_INET, SOCK_DGRAM, 0)) == -1) {
                        fprintf(stderr, "socket 'AF_INET': %s\n",

Reply via email to