From 52d979a28200288ed38d8292f0727a804df76a9b Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 18 Dec 2006 12:17:06 +0000 Subject: Fix bug in m_dnsbl: Only the first tag would be processed. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6041 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_dnsbl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_dnsbl.cpp') diff --git a/src/modules/m_dnsbl.cpp b/src/modules/m_dnsbl.cpp index 1760f5a83..b4d993703 100644 --- a/src/modules/m_dnsbl.cpp +++ b/src/modules/m_dnsbl.cpp @@ -242,7 +242,7 @@ class ModuleDNSBL : public Module /* add it, all is ok */ DNSBLConfEntries.push_back(e); delete MyConf; - return; + continue; } /* delete and drop it, error somewhere */ -- cgit v1.2.3