mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-18 20:54:33 +02:00
Correct typo in error message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user