diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-21 12:23:39 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-21 12:23:39 +0000 |
commit | 04db1283aad00e0012bfb19cea1dc020d978a1de (patch) | |
tree | 8cb783bd6d9b7e4931b5edbc2dd6157a32d7e44a /pop3.c | |
parent | a47dfbdfc70cec2c960e1de8562e38fabac27434 (diff) | |
download | fetchmail-04db1283aad00e0012bfb19cea1dc020d978a1de.tar.gz fetchmail-04db1283aad00e0012bfb19cea1dc020d978a1de.tar.bz2 fetchmail-04db1283aad00e0012bfb19cea1dc020d978a1de.zip |
Add comment.
svn path=/trunk/; revision=1175
Diffstat (limited to 'pop3.c')
-rw-r--r-- | pop3.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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)) |