authd: fix up comment [ci skip]

This commit is contained in:
Elizabeth Myers 2016-04-02 03:49:31 -05:00
parent a3b112f426
commit 5cbfed5407

View file

@ -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;
}