From 3ad21f61073225b93ce32e1af6c0caea9efc10ac Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Fri, 25 Mar 2016 21:08:46 -0500 Subject: [PATCH] authd/provider: remove obsolete comment [ci skip] --- authd/provider.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/authd/provider.c b/authd/provider.c index 13b9a0a8..4e17793e 100644 --- a/authd/provider.c +++ b/authd/provider.c @@ -172,7 +172,10 @@ void reject_client(struct auth_client *auth, provider_t id, const char *reason) break; } - /* TODO send back ident */ + /* We send back username and hostname in case ircd wants to overrule our decision. + * In the future this may not be the case. + * --Elizafox + */ rb_helper_write(authd_helper, "R %x %c %s %s :%s", auth->cid, reject, auth->username, auth->hostname, reason); set_provider_off(auth, id);