Really remove the return statement this time. Thanks to

ru for noticing.
This commit is contained in:
mtm 2004-05-20 15:53:49 +00:00
parent 32c76f06be
commit 8a9e48f1da

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