Page MenuHomeFreeBSD

D41584.diff
No OneTemporary

D41584.diff

diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -768,7 +768,7 @@
return (true);
/* special case for "ether" address family */
if (!strcmp(afp->af_name, "ether")) {
- if (sdl == NULL && !match_ether(sdl))
+ if (sdl == NULL || !match_ether(sdl))
return (false);
return (true);
}

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 27, 6:28 PM (7 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16204555
Default Alt Text
D41584.diff (378 B)

Event Timeline