X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ircd%2Fs_auth.c;h=83693a24a48125df9150291bdddfcaabc5c59e36;hp=ddeabbc38d8d3e2c00efed37bcd07ce1eac4203b;hb=d0a284c68368f5cd58309293e936f82e032f7ae8;hpb=ac43a9ca643546041560c7386b7c34d28d57ee4e diff --git a/ircd/s_auth.c b/ircd/s_auth.c index ddeabbc..83693a2 100644 --- a/ircd/s_auth.c +++ b/ircd/s_auth.c @@ -679,6 +679,8 @@ static void read_auth_reply(struct AuthRequest* auth) if (IsUserPort(auth->client)) sendheader(auth->client, REPORT_FAIL_ID); ++ServerStats->is_abad; + if (IAuthHas(iauth, IAUTH_UNDERNET)) + sendto_iauth(auth->client, "u"); } else { if (IsUserPort(auth->client)) sendheader(auth->client, REPORT_FIN_ID);