Add missing && which absense stops 'make world'
This commit is contained in:
parent
e9449f2114
commit
99a6605869
@ -977,7 +977,7 @@ status(afp, addrcount, sdl, ifm, ifam)
|
||||
if (!allfamilies && !p && afp->af_status != media_status &&
|
||||
afp->af_status != ether_status
|
||||
#ifdef USE_VLANS
|
||||
afp->af_status != vlan_status
|
||||
&& afp->af_status != vlan_status
|
||||
#endif
|
||||
)
|
||||
warnx("%s has no %s interface address!", name, afp->af_name);
|
||||
|
Loading…
Reference in New Issue
Block a user