aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-01-04 19:27:17 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-01-04 19:27:17 +0000
commit618a79fc2b4c022d16aaaa6f0eee31ab71976988 (patch)
tree4af20dcaa92badf034bf42d1300f65e638d56724 /etc
parentaed7a0f87878c3021ea9e36870d3956ffc36ba21 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/network.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/network.subr b/etc/network.subr
index 36bfa54cef43..5f02714e44ca 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -568,7 +568,7 @@ childif_destroy()
{
local cfg child child_wlans ifn
- 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
ifconfig $child destroy && cfg=0
done