Correct a warning message

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-06-13 12:21:16 -07:00
parent 24b396bc67
commit c58611f7fb
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -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;