From acccaa39641500b8a691db4136e6571102a438ed Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Thu, 10 Jul 2014 12:17:55 +0200 Subject: Remove current time parameter of the Timer constructor --- include/modules/dns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules') diff --git a/include/modules/dns.h b/include/modules/dns.h index c76c53805..400d2085d 100644 --- a/include/modules/dns.h +++ b/include/modules/dns.h @@ -152,7 +152,7 @@ namespace DNS Module* const creator; Request(Manager* mgr, Module* mod, const std::string& addr, QueryType qt, bool usecache = true) - : Timer((ServerInstance->Config->dns_timeout ? ServerInstance->Config->dns_timeout : 5), ServerInstance->Time()) + : Timer((ServerInstance->Config->dns_timeout ? ServerInstance->Config->dns_timeout : 5)) , Question(addr, qt) , manager(mgr) , use_cache(usecache) -- cgit v1.3.1-10-gc9f91