]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove redundant coverity annotation 13521/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 6 Dec 2023 10:15:53 +0000 (11:15 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 6 Dec 2023 10:15:53 +0000 (11:15 +0100)
pdns/axfr-retriever.cc

index f2630c9aebf47139e20e92ef42c533c21c84229b..09461f07a7de400b0d67de5504e76f2c6aca4e6e 100644 (file)
@@ -175,7 +175,6 @@ void AXFRRetriever::timeoutReadn(uint16_t bytes, uint16_t timeoutsec)
   int n=0;
   int numread;
   while(n<bytes) {
-    // coverity[store_truncates_time_t]
     int res=waitForData(d_sock, static_cast<int>(timeoutsec - (time(nullptr) - start)));
     if(res<0)
       throw ResolverException("Reading data from remote nameserver over TCP: "+stringerror());