From 7eb84435ee644dc174b7914263c47db51e2e0e7b Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 3 May 2006 09:23:47 +0000 Subject: Return false was missing git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3928 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/dns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dns.cpp') diff --git a/src/dns.cpp b/src/dns.cpp index 1da703c70..ab244a049 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -748,7 +748,7 @@ bool DNS::ForwardLookupWithFD(const std::string &host, int &fd) fd = this->myfd; if (this->myfd == -1) { - + return false; } log(DEBUG,"DNS: ForwardLookupWithFD, fd=%d",this->myfd); if (ServerInstance && ServerInstance->SE) -- cgit v1.3.1-10-gc9f91