fix compiler warnings

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Anthony Minessale II 21 years ago
parent c19caed171
commit 8ec0f8abf2

@ -69,8 +69,8 @@ static int read_exec(struct ast_channel *chan, void *data)
int maxdigits=255;
int tries = 1;
int to = 0;
int defined = 0, x = 0;
char *argcopy;
x = 0;
char *argcopy = NULL;
char *args[8];
if (data)

Loading…
Cancel
Save