mirror of
https://github.com/osmarks/ngircd.git
synced 2025-06-11 02:44:09 +00:00
Authenticated users should be registered without the "~" mark
This commit is contained in:
parent
9cd3494de9
commit
560492a4a4
@ -853,9 +853,10 @@ cb_Read_Auth_Result(int r_fd, UNUSED short events)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result == true)
|
if (result == true) {
|
||||||
|
Client_SetUser(client, Client_OrigUser(client), true);
|
||||||
(void)Hello_User_PostAuth(client);
|
(void)Hello_User_PostAuth(client);
|
||||||
else
|
} else
|
||||||
Reject_Client(client);
|
Reject_Client(client);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user