From 6da256dc93c1275712e46dca7bd40fcc7120d962 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Fri, 1 Apr 2016 02:44:50 -0500 Subject: [PATCH] authd: remove some whitespace --- ircd/authd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ircd/authd.c b/ircd/authd.c index 816b1a6d5..a4bacbb04 100644 --- a/ircd/authd.c +++ b/ircd/authd.c @@ -451,7 +451,6 @@ authd_abort_client(struct Client *client_p) /* XXX should we blindly allow like this? */ authd_decide_client(client_p, "*", "*", true, '\0', NULL, NULL); - client_p->preClient->authd_cid = 0; }