mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-11 08:08:12 +01:00
Clarify warning message regarding INLINE_MATCHES
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
34fd10df41
commit
c518e85215
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user