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

Comparing ircd-hybrid-8/src/s_user.c (file contents):
Revision 1548 by michael, Sat Jul 21 20:11:48 2012 UTC vs.
Revision 1549 by michael, Mon Oct 1 18:11:11 2012 UTC

# Line 1176 | Line 1176 | check_xline(struct Client *source_p)
1176                           source_p->sockhost);
1177  
1178      ++ServerStats.is_ref;
1179 <    if (REJECT_HOLD_TIME > 0)
1180 <    {
1181 <      sendto_one(source_p, ":%s NOTICE %s :Bad user info",
1182 <                 me.name, source_p->name);
1183 <      source_p->localClient->reject_delay = CurrentTime + REJECT_HOLD_TIME;
1184 <      SetCaptured(source_p);
1185 <    }
1186 <    else
1187 <      exit_client(source_p, &me, "Bad user info");
1179 >    exit_client(source_p, &me, "Bad user info");
1180      return 1;
1181    }
1182  

Diff Legend

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