Add missing && which absense stops 'make world'

This commit is contained in:
Andrey A. Chernov 2000-11-30 23:01:43 +00:00
parent 9f361a4b13
commit 17927a641c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69424

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