projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d69ba6
)
Explain conditional when attaching key index
author
Jacob Bachmeyer
<jcb@gnu.org>
Fri, 4 Aug 2023 22:19:56 +0000
(17:19 -0500)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Fri, 4 Aug 2023 22:19:56 +0000
(17:19 -0500)
gatekeeper.pl
patch
|
blob
|
blame
|
history
diff --git
a/gatekeeper.pl
b/gatekeeper.pl
index 79db0d920e661ceb4d68c05f5cfc15fe26137fca..43f81cd2dc23e7b2e07d801d063bce765fcbc75b 100755
(executable)
--- 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