forked from extern/shorewall_code
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…
Reference in New Issue
Block a user