Page MenuHomeFreeBSD

D49148.diff
No OneTemporary

D49148.diff

diff --git a/tools/tools/net80211/wlanwds/wlanwds.c b/tools/tools/net80211/wlanwds/wlanwds.c
--- a/tools/tools/net80211/wlanwds/wlanwds.c
+++ b/tools/tools/net80211/wlanwds/wlanwds.c
@@ -283,7 +283,7 @@
}
/* Look for a matching interface */
- for (ifa = ifap; ifa != NULL; ifa++) {
+ for (ifa = ifap; ifa != NULL; ifa = ifa->ifa_next) {
if (strcmp(ifname, ifa->ifa_name) != 0)
continue;

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 19, 5:16 AM (18 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35221973
Default Alt Text
D49148.diff (403 B)

Event Timeline