From: Otto Date: Tue, 26 Jan 2021 10:02:34 +0000 (+0100) Subject: Formatting X-Git-Tag: dnsdist-1.6.0-alpha1~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7a410689a929e8bcd4555a7dae4fd145ff771a9;p=thirdparty%2Fpdns.git Formatting --- diff --git a/pdns/recursordist/test-negcache_cc.cc b/pdns/recursordist/test-negcache_cc.cc index 5ea1ad79ba..566d46912c 100644 --- a/pdns/recursordist/test-negcache_cc.cc +++ b/pdns/recursordist/test-negcache_cc.cc @@ -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));