From b7a410689a929e8bcd4555a7dae4fd145ff771a9 Mon Sep 17 00:00:00 2001 From: Otto Date: Tue, 26 Jan 2021 11:02:34 +0100 Subject: [PATCH] Formatting --- pdns/recursordist/test-negcache_cc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.47.2