From 45166f146d191cd09ff33fad3f505a94e8b00b9d Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Fri, 30 Jun 2023 23:08:40 -0500 Subject: [PATCH] Remove obsolete comment --- gatekeeper.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatekeeper.pl b/gatekeeper.pl index 84f5462..ae19541 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -3244,7 +3244,7 @@ my @packets; @packets = gather_packets(CONF_DIR_Inbox, CONF_DIR_Scratch); } -foreach my $packet (@packets) { # each list element is an array reference +foreach my $packet (@packets) { # variables preserved for the report if an exception is thrown my $directive_text; my $oplist; my $dsig_info; # directive signature information -- 2.25.1