forked from extern/shorewall_code
Correct typo in warning message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
eaf238fa66
commit
f2dd43855e
@ -1214,7 +1214,7 @@ sub process_providers( $ ) {
|
||||
|
||||
if ( $fn ){
|
||||
if ( -f ( my $fn1 = find_file 'rtrules' ) ) {
|
||||
warning_message "Both $fn and $fn1 exists: $fn1 will be ignored";
|
||||
warning_message "Both $fn and $fn1 exist: $fn1 will be ignored";
|
||||
}
|
||||
} else {
|
||||
$fn = open_file( 'rtrules' );
|
||||
|
Loading…
Reference in New Issue
Block a user