summaryrefslogtreecommitdiff
path: root/modules/m_dline.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_dline.c')
-rw-r--r--modules/m_dline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_dline.c b/modules/m_dline.c
index ffa8238..5667d44 100644
--- a/modules/m_dline.c
+++ b/modules/m_dline.c
@@ -181,7 +181,7 @@ mo_dline(struct Client *client_p, struct Client *source_p,
if ((t = parse_netmask(dlhost, NULL, &bits)) == HM_HOST)
{
- if ((target_p = find_chasing(source_p, dlhost, NULL)) == NULL)
+ if ((target_p = find_chasing(source_p, dlhost)) == NULL)
return 0;
if (!MyConnect(target_p))
@@ -301,7 +301,7 @@ ms_dline(struct Client *client_p, struct Client *source_p,
if ((t = parse_netmask(dlhost, NULL, &bits)) == HM_HOST)
{
- if ((target_p = find_chasing(source_p, dlhost, NULL)) == NULL)
+ if ((target_p = find_chasing(source_p, dlhost)) == NULL)
return 0;
if (!MyConnect(target_p))