[mod_redis] scan-build: Assigned value is garbage or undefined

This commit is contained in:
Dragos Oancea 2020-03-06 11:17:03 +00:00
parent 8e0c0df5b6
commit 389a917998
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ static int cr_readln(REDIS rhnd, int start, char **line, int *idx)
static int cr_receivemultibulk(REDIS rhnd, char *line)
{
int bnum, blen, i, rc=0, idx;
int bnum, blen, i, rc=0, idx=0;
bnum = atoi(line);