forked from extern/shorewall_code
Correct typo in lib.private
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
6b20fb42d4
commit
09c528468b
@ -607,7 +607,7 @@ interface_enabled() {
|
||||
status=$(cat ${VARDIR}/${1}.status)
|
||||
fi
|
||||
|
||||
return status
|
||||
return $status
|
||||
}
|
||||
|
||||
distribute_load() {
|
||||
|
Loading…
Reference in New Issue
Block a user