aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 30a02769..b386deb3 100644
--- a/pop3.c
+++ b/pop3.c
@@ -90,7 +90,7 @@ char *greeting;
#if defined(HAVE_APOP_SUPPORT)
/* build MD5 digest from greeting timestamp + password */
- if (queryctl->whichpop == P_APOP)
+ if (queryctl->protocol == P_APOP)
if (POP3_BuildDigest(greeting,queryctl) != 0) {
return(PS_AUTHFAIL);
}