aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
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;