]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Formatting
authorOtto <otto.moerbeek@open-xchange.com>
Tue, 26 Jan 2021 10:02:34 +0000 (11:02 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Tue, 26 Jan 2021 10:02:34 +0000 (11:02 +0100)
pdns/recursordist/test-negcache_cc.cc

index 5ea1ad79ba3c675e44561d45c24cd6f0c92b1de6..566d46912ce8742dcf647ed8a582522643c6bc4a 100644 (file)
@@ -77,7 +77,7 @@ BOOST_AUTO_TEST_CASE(test_get_entry2038)
   DNSName qname("www2.powerdns.com");
   DNSName auth("powerdns.com");
 
-  struct timeval now{INT_MAX - 300, 0};
+  timeval now{INT_MAX - 300, 0};
 
   NegCache cache;
   cache.add(genNegCacheEntry(qname, auth, now));