diff --git a/stream/cookies.c b/stream/cookies.c index 4b5b7b2e14..a12122f0ac 100644 --- a/stream/cookies.c +++ b/stream/cookies.c @@ -61,7 +61,7 @@ static char *col_dup(void *talloc_ctx, const char *src) } /* Finds the start of all the columns */ -static int parse_line(char **ptr, char *cols[6]) +static int parse_line(char **ptr, char *cols[7]) { int col; cols[0] = *ptr;