aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-08-21 03:35:43 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-08-21 03:35:43 +0000
commit11489caef3f3ae2626fbb0becb19724e8f5839ae (patch)
treec08b2a5e0c2b64a7b77588dcc9570859d802bb0b /pop3.c
parent54f49bce06e961b4868b5bac8a9c1765fd1f2e67 (diff)
downloadfetchmail-11489caef3f3ae2626fbb0becb19724e8f5839ae.tar.gz
fetchmail-11489caef3f3ae2626fbb0becb19724e8f5839ae.tar.bz2
fetchmail-11489caef3f3ae2626fbb0becb19724e8f5839ae.zip
Almost ready to ship 5.5.1
svn path=/trunk/; revision=2952
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 73da12d3..39da35c2 100644
--- a/pop3.c
+++ b/pop3.c
@@ -157,7 +157,7 @@ int pop3_getauth(int sock, struct query *ctl, char *greeting)
while ((ok = gen_recv(sock, buffer, sizeof(buffer))) == 0)
{
- if (DOTLINE([0]))
+ if (DOTLINE(buffer))
break;
if (strncasecmp(buffer, "rpa", 3) == 0)
has_rpa = TRUE;