Skip to content

Commit

Permalink
modules/saslserv/main: remove timed out message
Browse files Browse the repository at this point in the history
Fixes #701.
  • Loading branch information
lstarnes1024 committed Jun 3, 2020
1 parent f4af9bd commit 2a446dd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/saslserv/main.c
Expand Up @@ -337,14 +337,6 @@ sasl_user_can_login(struct sasl_session *const restrict p)
static void
sasl_session_destroy(struct sasl_session *const restrict p)
{
if (p->flags & ASASL_SFLAG_NEED_LOG && *p->authceid)
{
const struct myuser *const mu = myuser_find_uid(p->authceid);

if (mu && ! (ircd->flags & IRCD_SASL_USE_PUID))
(void) logcommand(p->si, CMDLOG_LOGIN, "LOGIN (session timed out)");
}

mowgli_node_t *n;

MOWGLI_ITER_FOREACH(n, sasl_sessions.head)
Expand Down

0 comments on commit 2a446dd

Please sign in to comment.