Correct log name for untracked chain

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2018-12-14 10:58:26 -08:00
parent 6908a4bcf7
commit 7cfe9ec272
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -2325,7 +2325,7 @@ sub invalid_log($$) {
# Name of the untracked chain between an ordered pair of zones # Name of the untracked chain between an ordered pair of zones
# #
sub untracked_log($$) { sub untracked_log($$) {
'&' . &rules_log(@_); '=' . &rules_log(@_);
} }
# #