summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qmail-smtpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmail-smtpd.c b/qmail-smtpd.c
index c283575..69b7dbb 100644
--- a/qmail-smtpd.c
+++ b/qmail-smtpd.c
@@ -1218,6 +1218,7 @@ char *arg;
1218 1218
1219 switch (authcmds[i].fun(arg)) { 1219 switch (authcmds[i].fun(arg)) {
1220 case 0: 1220 case 0:
1221 (void)client_get_session_id(); /* generate session */
1221 if (!spp_auth(authcmds[i].text, user.s)) return; 1222 if (!spp_auth(authcmds[i].text, user.s)) return;
1222 flagauth = 1; 1223 flagauth = 1;
1223 if (ssl) { 1224 if (ssl) {