From c68ed91549574705fa5f3c0971e5d0878d56fac7 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 12 Nov 2007 00:35:19 +0000 Subject: NOTE: our stuff for parsing multiple dns replies for dnsbl with an 'A record reply' is broken. We will fix this at some later date. It was breaking other stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8591 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspsocket.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inspsocket.cpp') diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 24f9af3a2..6277dccf4 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -236,6 +236,7 @@ bool BufferedSocket::BindAddr(const std::string &ip) } j++; } + Instance->Log(DEBUG,"nothing in the config to bind()!"); return true; } -- cgit v1.2.3