Add missing && which absense stops 'make world'

This commit is contained in:
ache 2000-11-30 23:01:43 +00:00
parent e9449f2114
commit 99a6605869

View File

@ -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);