Correct typo in lib.private

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-10-09 10:58:29 -07:00
parent abf57a4d1f
commit 8c522a5c4d
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -607,7 +607,7 @@ interface_enabled() {
status=$(cat ${VARDIR}/${1}.status)
fi
return status
return $status
}
distribute_load() {