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 3513 by michael, Mon May 12 16:28:29 2014 UTC vs.
Revision 3567 by michael, Fri May 16 14:52:50 2014 UTC

# Line 485 | Line 485 | register_local_user(struct Client *sourc
485    /* Password check */
486    if (!EmptyString(conf->passwd))
487    {
488 <    const char *pass = source_p->localClient->passwd;
489 <
490 <    if (!match_conf_password(pass, conf))
488 >    if (!match_conf_password(source_p->localClient->passwd, conf))
489      {
490        ++ServerStats.is_ref;
491  
# Line 584 | Line 582 | register_local_user(struct Client *sourc
582    SetClient(source_p);
583    dlinkAdd(source_p, &source_p->lnode, &source_p->servptr->serv->client_list);
584  
587  source_p->localClient->allow_read = MAX_FLOOD_BURST;
588
585    assert(dlinkFind(&unknown_list, source_p));
586  
587    dlink_move_node(&source_p->localClient->lclient_node,

Diff Legend

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