From: Jacob Bachmeyer Date: Fri, 4 Aug 2023 22:19:56 +0000 (-0500) Subject: Explain conditional when attaching key index X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b9d824485e8c312f578c2f3164a7321d45ca50de;p=gatekeeper.git Explain conditional when attaching key index --- diff --git a/gatekeeper.pl b/gatekeeper.pl index 79db0d9..43f81cd 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -3369,6 +3369,7 @@ my @packets; # sending a report uses the key index keyidx_attach if @packets; +# ... but no report will be sent if there are no packets to process foreach my $packet (@packets) { eval { # trap exceptions encountered while processing a packet