Correct typo in error message.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-10-01 07:17:03 -07:00
parent 92d39dc56d
commit 22c3766b47

View File

@ -1630,7 +1630,7 @@ add_command() {
fi
if ! qt $IPSET -L $ipset -n; then
fatal_error "Zone $zone, interface $interface is does not have a dynamic host list"
fatal_error "Zone $zone, interface $interface does not have a dynamic host list"
fi
host=${host#*:}