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/trunk/src/user.c (file contents):
Revision 7304 by michael, Wed Feb 10 10:45:46 2016 UTC vs.
Revision 7570 by michael, Tue May 24 16:29:23 2016 UTC

# Line 315 | Line 315 | check_xline(struct Client *source_p)
315   void
316   register_local_user(struct Client *source_p)
317   {
318  const char *id = NULL;
318    const struct MaskItem *conf = NULL;
319  
320    assert(source_p == source_p->from);
# Line 443 | Line 442 | register_local_user(struct Client *sourc
442    if (check_xline(source_p))
443      return;
444  
445 +  const char *id;
446    while (hash_find_id((id = uid_get())))
447      ;
448  

Diff Legend

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