From 04db1283aad00e0012bfb19cea1dc020d978a1de Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 21 Jul 1997 12:23:39 +0000 Subject: Add comment. svn path=/trunk/; revision=1175 --- pop3.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pop3.c b/pop3.c index edc99110..1b432576 100644 --- a/pop3.c +++ b/pop3.c @@ -140,6 +140,10 @@ int pop3_getauth(int sock, struct query *ctl, char *greeting) { char response[OPIE_RESPONSE_MAX+1]; + /* + * Special case in case we're running Craig Metz's + * OPIE daemon. Code in opiegenerator() will detect this. + */ if (ctl->password && !strcmp(ctl->password, "opie")) { if (ok = opiegenerator(challenge, "", response)) -- cgit v1.2.3