summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index bb6a354..098ec52 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -2050,7 +2050,7 @@ find_user_host(struct Client *source_p, char *user_host_or_nick,
/* Try to find user@host mask from nick */
/* Okay to use source_p as the first param, because source_p == client_p */
if ((target_p =
- find_chasing(source_p, source_p, user_host_or_nick, NULL)) == NULL)
+ find_chasing(source_p, user_host_or_nick, NULL)) == NULL)
return 0;
if (IsExemptKline(target_p))