Skip to content

Commit

Permalink
Fix bug in m_dnsbl: Only the first <dnsbl> tag would be processed.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6041 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
rburchell committed Dec 18, 2006
1 parent ab933c0 commit 52d979a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/m_dnsbl.cpp
Expand Up @@ -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 */
Expand Down

0 comments on commit 52d979a

Please sign in to comment.