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

Comparing ircd-hybrid/trunk/src/auth.c (file contents):
Revision 6312 by michael, Mon May 4 11:56:42 2015 UTC vs.
Revision 6313 by michael, Sat Aug 1 18:03:39 2015 UTC

# Line 498 | Line 498 | read_auth_reply(fde_t *fd, void *data)
498      strlcpy(auth->client->username, username, sizeof(auth->client->username));
499      sendheader(auth->client, REPORT_FIN_ID);
500      ++ServerStats.is_asuc;
501 <    SetGotId(auth->client);
501 >    AddFlag(auth->client, FLAGS_GOTID);
502    }
503  
504    release_auth_client(auth);

Diff Legend

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