From 7e3ec8c9d872b906a803c406f4851f30ff98ee5c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 11 Sep 1996 16:44:33 +0000 Subject: Reenable APOP compilation. svn path=/trunk/; revision=78 --- pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop3.c') 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); } -- cgit v1.2.3