mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-01 02:19:19 +01:00
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 ( $fn ){
|
||||||
if ( -f ( my $fn1 = find_file 'rtrules' ) ) {
|
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 {
|
} else {
|
||||||
$fn = open_file( 'rtrules' );
|
$fn = open_file( 'rtrules' );
|
||||||
|
Loading…
Reference in New Issue
Block a user