fix compiler warnings

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Anthony Minessale II 2004-12-29 18:51:33 +00:00
parent c19caed171
commit 8ec0f8abf2
1 changed files with 2 additions and 2 deletions

View File

@ -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)