Remove a trailing reference to the obsolete vaps_<IF> variable.

Reviewed by:	brooks
MFC after:	3 days
This commit is contained in:
John Baldwin 2009-12-29 21:06:49 +00:00
parent 9557a45059
commit f50c094638
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201216

View File

@ -1036,7 +1036,7 @@ childif_destroy()
local cfg child child_vlans child_wlans ifn
cfg=1
child_wlans="`get_if_var $ifn wlans_IF` `get_if_var $ifn vaps_IF`"
child_wlans=`get_if_var $ifn wlans_IF`
for child in ${child_wlans}; do
if ! ifexists $child; then
continue