Page MenuHomeFreeBSD

D49148.1776491076.diff
No OneTemporary

Size
403 B
Referenced Files
None
Subscribers
None

D49148.1776491076.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, Apr 18, 5:44 AM (12 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28373595
Default Alt Text
D49148.1776491076.diff (403 B)

Event Timeline