From 5cbfed54078a16b8ff82734230771c462151201b Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Sat, 2 Apr 2016 03:49:31 -0500 Subject: [PATCH] authd: fix up comment [ci skip] --- authd/provider.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authd/provider.c b/authd/provider.c index 5d162c73..9b4e2ee5 100644 --- a/authd/provider.c +++ b/authd/provider.c @@ -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; }