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

Comparing ircd-hybrid/branches/8.1.x/src/s_user.c (file contents):
Revision 1919 by michael, Sat Apr 27 21:15:59 2013 UTC vs.
Revision 1920 by michael, Tue Apr 30 14:51:30 2013 UTC

# Line 1160 | Line 1160 | check_xline(struct Client *source_p)
1160    struct MaskItem *conf = NULL;
1161    const char *reason = NULL;
1162  
1163 <  if ((conf = find_matching_name_conf(CONF_XLINE, source_p->info, NULL, NULL, 0)) ||
1164 <      (conf = find_matching_name_conf(CONF_RXLINE, source_p->info, NULL, NULL, 0)))
1163 >  if ((conf = find_matching_name_conf(CONF_XLINE, source_p->info, NULL, NULL, 0)))
1164    {
1165      ++conf->count;
1166  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)