mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
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
|
||||
|
||||
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#*:}
|
||||
|
Loading…
Reference in New Issue
Block a user