Really remove the return statement this time. Thanks to

ru for noticing.
This commit is contained in:
Mike Makonnen 2004-05-20 15:53:49 +00:00
parent d1893e8330
commit 56d01be439
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129497

View File

@ -101,7 +101,6 @@ network_common()
eval _cooked_list=\"`expr "$_ifn_list" : ".*\($_cmdifn\).*"`\"
if [ -z "$_cooked_list" ]; then
err 1 "No such network interface: $_cmdifn"
return 1
fi
fi