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; } }