aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pop3.c b/pop3.c
index b557a0e9..c6de4333 100644
--- a/pop3.c
+++ b/pop3.c
@@ -150,6 +150,8 @@ int pop3_getauth(int sock, struct query *ctl, char *greeting)
if (ok != 2)
PROTOCOL_ERROR
}
+
+ /* otherwise generate a challenge from the secret we have */
else if (opiegenerator(challenge, ctl->password, response))
PROTOCOL_ERROR