From 914772230408f98b5096e1e803402defc118229d Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 29 Jun 2025 07:25:20 +0200 Subject: [PATCH] Add comment. Signed-off-by: Thomas Hochstein --- bin/gatherstats.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index aee6f28..776b787 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -486,6 +486,7 @@ sub ClientStats { version => $Version); push @Clients, { %UserAgent }; } else { + # won't be reached, as $Client is set to User-Agent: in any case &Bleat(1,sprintf("%s FAILED", $Header{'message-id'})) if !@Clients; } }