CID:1222597: silence incorrect coverity warning about out of bounds read

This commit is contained in:
Michael Jerris 2015-04-23 10:42:10 -05:00
parent c61be91316
commit ead0e2ebd1
1 changed files with 1 additions and 1 deletions

View File

@ -2172,7 +2172,7 @@ SWITCH_STANDARD_API(uptime_function)
SWITCH_STANDARD_API(ctl_function)
{
int argc;
char *mydata, *argv[5];
char *mydata, *argv[6];
int32_t arg = 0;
if (zstr(cmd)) {