aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-12-29 21:06:49 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-12-29 21:06:49 +0000
commitf50c0946389141e716486d5d7f9e267b202feaca (patch)
tree1630e6fb2b54a3d3054d8054e1337ccc7fca9d0e
parent9557a45059bc72d3b4025c595f7e31c750c4a7a2 (diff)
Notes
-rw-r--r--etc/network.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/network.subr b/etc/network.subr
index 0fcb3df5a5549..633559f8b9675 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -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