aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 67f7ced1..ec8cbdf5 100644
--- a/pop3.c
+++ b/pop3.c
@@ -916,7 +916,7 @@ static int pop3_getrange(int sock,
static int pop3_getpartialsizes(int sock, int first, int last, int *sizes)
/* capture the size of message #first */
{
- int ok, i;
+ int ok = 0, i;
char buf [POPBUFSIZE+1];
unsigned int num, size;