Date: Tue, 29 Dec 2009 21:06:49 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r201216 - head/etc Message-ID: <200912292106.nBTL6nxQ036066@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Tue Dec 29 21:06:49 2009 New Revision: 201216 URL: http://svn.freebsd.org/changeset/base/201216 Log: Remove a trailing reference to the obsolete vaps_<IF> variable. Reviewed by: brooks MFC after: 3 days Modified: head/etc/network.subr Modified: head/etc/network.subr ============================================================================== --- head/etc/network.subr Tue Dec 29 21:03:36 2009 (r201215) +++ head/etc/network.subr Tue Dec 29 21:06:49 2009 (r201216) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912292106.nBTL6nxQ036066>