Really remove the return statement this time. Thanks to
ru for noticing.
This commit is contained in:
parent
32c76f06be
commit
8a9e48f1da
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user