From 7c2334ddd64be97d13f1add53aa05f185d9450d2 Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 30 Jun 2009 13:59:27 +0000 Subject: Roll back mysterious DNS change from 2007 which broke multiple-answer DNS requests (CNAME, A). It looks like this was to be related to bitmask dnsbl support, but it would never have worked anyway (resultnum was always 0..). git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11419 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index 7887d545d..9d1072f57 100644 --- a/include/users.h +++ b/include/users.h @@ -1139,9 +1139,8 @@ class CoreExport UserResolver : public Resolver * @param result Result string * @param ttl Time to live for result * @param cached True if the result was found in the cache - * @param resultnum Result number, we are only interested in result 0 */ - void OnLookupComplete(const std::string &result, unsigned int ttl, bool cached, int resultnum = 0); + void OnLookupComplete(const std::string &result, unsigned int ttl, bool cached); /** Called on failed lookup * @param e Error code -- cgit v1.2.3