mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201216
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user