projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c23f0
)
load_ieee80211_nodereq: Fix typo
author
Aaron Marcher
<me@drkhsh.at>
Wed, 16 May 2018 21:08:33 +0000
(23:08 +0200)
committer
Aaron Marcher
<me@drkhsh.at>
Wed, 16 May 2018 21:08:33 +0000
(23:08 +0200)
components/wifi.c
patch
|
blob
|
history
diff --git
a/components/wifi.c
b/components/wifi.c
index 78acb3fe9ca9b0c2de85b7e54df55ad2ac39b6a8..bc7f4a3ef1a4d0d9c051f5cfd997759e8e8b2e1c 100644
(file)
--- 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",