aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-21 12:23:39 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-21 12:23:39 +0000
commit04db1283aad00e0012bfb19cea1dc020d978a1de (patch)
tree8cb783bd6d9b7e4931b5edbc2dd6157a32d7e44a
parenta47dfbdfc70cec2c960e1de8562e38fabac27434 (diff)
downloadfetchmail-04db1283aad00e0012bfb19cea1dc020d978a1de.tar.gz
fetchmail-04db1283aad00e0012bfb19cea1dc020d978a1de.tar.bz2
fetchmail-04db1283aad00e0012bfb19cea1dc020d978a1de.zip
Add comment.
svn path=/trunk/; revision=1175
-rw-r--r--pop3.c4
1 files changed, 4 insertions, 0 deletions
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))