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
Sat, Mar 1, 5:35 PM (19 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16877913
Default Alt Text
D49148.diff (403 B)

Event Timeline