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 d1bf727127
commit c12985b75b

View File

@ -1632,7 +1632,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#*:}