mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-28 18:43:30 +01:00
Correct a warning message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
24b396bc67
commit
c58611f7fb
@ -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