mirror of
https://github.com/matrix-construct/construct
synced 2024-11-10 12:01:15 +01:00
authd: fix up comment [ci skip]
This commit is contained in:
parent
a3b112f426
commit
5cbfed5407
1 changed files with 2 additions and 2 deletions
|
@ -342,8 +342,8 @@ handle_cancel_connection(int parc, char *parv[])
|
|||
|
||||
if((auth = rb_dictionary_retrieve(auth_clients, RB_UINT_TO_POINTER((uint32_t)lcid))) == NULL)
|
||||
{
|
||||
/* This could happen as a race if we've accepted but they've just rejected us,
|
||||
* so don't die here. --Elizafox */
|
||||
/* This could happen as a race if we've accepted/rejected but they cancel, so don't die here.
|
||||
* --Elizafox */
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue