mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-21 20:21:19 +01:00
Correct a warning message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f979ccb16d
commit
c65721a139
@ -5767,7 +5767,7 @@ sub get_configuration( $$$$ ) {
|
||||
|
||||
close_file;
|
||||
|
||||
warning_message "Version Mismatch: Shorewall6 is version $currentline, while the Shorewal version is $globals{VERSION}" unless $currentline eq $globals{VERSION};
|
||||
warning_message "Version Mismatch: Shorewall6 is version $currentline, while the Shorewall version is $globals{VERSION}" unless $currentline eq $globals{VERSION};
|
||||
}
|
||||
|
||||
my $have_capabilities;
|
||||
|
Loading…
Reference in New Issue
Block a user