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
+1 -1
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}"