Clarify warning message regarding INLINE_MATCHES

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2018-02-08 11:21:38 -08:00
parent 34fd10df41
commit c518e85215
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -2439,7 +2439,7 @@ sub split_line2( $$;$$$ ) {
if ( $inlinematches ) {
fatal_error "The $description does not support inline matches (INLINE_MATCHES=Yes)" unless $inline;
warning_message "This entry needs to be changed before the INLINE_MATCHES option is removed in Shorewall 5.2";
warning_message "This entry needs to be changed (replace ';' with ';;') before the INLINE_MATCHES option is removed in Shorewall 5.2";
$inline_matches = $pairs;