mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 03:31:24 +02:00
Correct typo in error message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b55b6a913c
commit
36e31ed839
@ -691,7 +691,7 @@ sub handle_nat_rule( $$$$$$$$$$$$$ ) {
|
||||
#
|
||||
# Check for list in $server
|
||||
#
|
||||
fatal_error "An address list ($server) s not allowed in the DEST column of a $action RULE" if $server =~ /,/;
|
||||
fatal_error "An address list ($server) is not allowed in the DEST column of a $action RULE" if $server =~ /,/;
|
||||
#
|
||||
# Generate the target
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user