From 8cbbaa1da22b69ed0e6fb98955f619364e67217c Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 18 Feb 2014 21:19:38 +0000 Subject: - m_dline.c: get rid of this (type & ~0x1) hack git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2998 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_dline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/m_dline.c b/modules/m_dline.c index 35fe431..ffa8238 100644 --- a/modules/m_dline.c +++ b/modules/m_dline.c @@ -114,7 +114,7 @@ remove_dline_match(const char *host) else piphost = NULL; - if ((conf = find_conf_by_address(host, piphost, CONF_DLINE | 1, aftype, NULL, NULL, 0))) + if ((conf = find_conf_by_address(host, piphost, CONF_DLINE, aftype, NULL, NULL, 0))) { if (IsConfDatabase(conf)) { -- cgit