Remove a trailing reference to the obsolete vaps_<IF> variable.
Reviewed by: brooks MFC after: 3 days
This commit is contained in:
parent
9557a45059
commit
f50c094638
@ -1036,7 +1036,7 @@ childif_destroy()
|
|||||||
local cfg child child_vlans child_wlans ifn
|
local cfg child child_vlans child_wlans ifn
|
||||||
cfg=1
|
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
|
for child in ${child_wlans}; do
|
||||||
if ! ifexists $child; then
|
if ! ifexists $child; then
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user