]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Missing ; 17285/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 4 May 2026 10:04:24 +0000 (12:04 +0200)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 10:04:24 +0000 (12:04 +0200)
Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/syncres.cc

index 6e89482096fe6c5db6a9134ee99733939bf2c5cb..b9fa905f12b6e3df7d7fe19032fd2dedb7215cca 100644 (file)
@@ -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;