authproc: set GOT_ID flag when an ident response is received
This commit is contained in:
parent
1729f46eab
commit
e7c4cf63bc
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@ authd_decide_client(struct Client *client_p, const char *ident, const char *host
|
|||
if(*ident != '*')
|
||||
{
|
||||
rb_strlcpy(client_p->username, ident, sizeof(client_p->username));
|
||||
SetGotId(client_p);
|
||||
ServerStats.is_asuc++;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue