# | 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); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |