From 8c52db0ea867375053cb9bcb20b6b632a3beeecb Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 12 Jul 2006 12:44:48 +0000 Subject: Typo #2 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4359 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspsocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 7f4041cb6..cc0368525 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -104,7 +104,7 @@ InspSocket::InspSocket(const std::string &ahost, int aport, bool listening, unsi log(DEBUG,"Attempting to resolve %s",this->host); /* Its not an ip, spawn the resolver */ this->dns.SetNS(std::string(Config->DNSServer)); - this->dns.ForwardLookupWithFD(host,fd, true); + this->dns.ForwardLookupWithFD(host,fd); timeout_end = time(NULL) + maxtime; timeout = false; this->state = I_RESOLVING; -- cgit v1.2.3