forked from extern/shorewall_code
Correct typo in error message.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
d1bf727127
commit
c12985b75b
@ -1632,7 +1632,7 @@ add_command() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! qt $IPSET -L $ipset -n; then
|
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
|
fi
|
||||||
|
|
||||||
host=${host#*:}
|
host=${host#*:}
|
||||||
|
Loading…
Reference in New Issue
Block a user