1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00

Fix last commit and call childif_destroy() correctly.

This commit is contained in:
Brooks Davis 2008-05-15 00:08:02 +00:00
parent 106049d9ab
commit d0c63cd27f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179002

View File

@ -71,7 +71,7 @@ ifn_stop()
ipv4_down ${ifn} && cfg=0
ifconfig_down ${ifn} && cfg=0
ifscript_down ${ifn} && cfg=0
childif_destroy
childif_destroy ${ifn}
if [ "$cfg" -eq 0 ]; then
echo -n " ${ifn}"