aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pop3.c b/pop3.c
index 59d7f9e1..356feb36 100644
--- a/pop3.c
+++ b/pop3.c
@@ -434,8 +434,6 @@ static int pop3_getsizes(int sock, int count, int *sizes)
break;
else if (sscanf(buf, "%d %d", &num, &size) == 2)
sizes[num - 1] = size;
- else
- sizes[num - 1] = -1;
}
return(ok);