mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
[mod_redis] scan-build: Assigned value is garbage or undefined
This commit is contained in:
parent
8e0c0df5b6
commit
389a917998
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user