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 2b6d657fb0
commit 35c7f304f7
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
#
sub untracked_log($$) {
'&' . &rules_log(@_);
'=' . &rules_log(@_);
}
#