This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Undernet IRC Server Source Code.".

The branch, u2_10_12_branch has been updated
       via  c46f3e0e9cbaa42c3704e38240f37371cf3391ce (commit)
      from  48c15bd1cf3a9a2057924a0a1e4a0aca4db4a6c4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c46f3e0e9cbaa42c3704e38240f37371cf3391ce
Author: Michael Poole <[email protected]>
Date:   Tue Jul 24 20:27:10 2018 -0400

    s_auth: Do not check cli_confs(cptr) if client was killed.

diff --git a/ircd/s_auth.c b/ircd/s_auth.c
index cf66b950..e1745f3b 100644
--- a/ircd/s_auth.c
+++ b/ircd/s_auth.c
@@ -528,7 +528,7 @@ static int check_auth_finished(struct AuthRequest *auth, 
int bitclr)
     /* If client has an attached conf, IAuth assigned a class; use it.
      * Otherwise, assign to a Client block and check password.
      */
-    if (!cli_confs(cptr))
+    if ((res == 0) && !cli_confs(cptr))
     {
       struct ConfItem *aconf;
 
-----------------------------------------------------------------------

Summary of changes:
 ircd/s_auth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Undernet IRC Server Source Code.
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to