0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 10:12:39 +01:00

authd: remove some whitespace

This commit is contained in:
Elizabeth Myers 2016-04-01 02:44:50 -05:00
parent 4f6119cd40
commit 6da256dc93

View file

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