From: Otto Moerbeek Date: Mon, 4 May 2026 10:04:24 +0000 (+0200) Subject: Missing ; X-Git-Tag: auth-5.1.0~79^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9f4643f1ed1e341d94322a6bf6a234758dbc86;p=thirdparty%2Fpdns.git Missing ; Co-authored-by: Miod Vallat Signed-off-by: Otto Moerbeek --- diff --git a/pdns/recursordist/syncres.cc b/pdns/recursordist/syncres.cc index 6e89482096..b9fa905f12 100644 --- a/pdns/recursordist/syncres.cc +++ b/pdns/recursordist/syncres.cc @@ -5560,7 +5560,7 @@ bool SyncRes::doResolveAtThisIP(const std::string& prefix, const DNSName& qname, } d_bytesReceived += lwr.d_bytesReceived; - checkMaxQperQ(qname) + checkMaxQperQ(qname); d_totUsec += lwr.d_usec;