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)
|
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,
|
/* This could happen as a race if we've accepted/rejected but they cancel, so don't die here.
|
||||||
* so don't die here. --Elizafox */
|
* --Elizafox */
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue