ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 2317 by michael, Fri Jun 21 14:00:41 2013 UTC vs.
Revision 2475 by michael, Fri Oct 11 19:40:43 2013 UTC

# Line 2050 | Line 2050 | find_user_host(struct Client *source_p,
2050      /* Try to find user@host mask from nick */
2051      /* Okay to use source_p as the first param, because source_p == client_p */
2052      if ((target_p =
2053 <        find_chasing(source_p, source_p, user_host_or_nick, NULL)) == NULL)
2053 >        find_chasing(source_p, user_host_or_nick, NULL)) == NULL)
2054        return 0;
2055  
2056      if (IsExemptKline(target_p))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines