dect
/
asterisk
Archived
13
0
Fork 0

Minor cleanup and make sure the tmp variable is clean

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42298 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2006-09-07 18:54:36 +00:00
parent 23304065fd
commit e23dc303bc
1 changed files with 3 additions and 5 deletions

View File

@ -88,11 +88,9 @@ static int read_exec(struct ast_channel *chan, void *data)
{
int res = 0;
struct ast_module_user *u;
char tmp[256];
int maxdigits=255;
int tries = 1;
int to = 0;
int x = 0;
char tmp[256] = "";
int maxdigits = 255;
int tries = 1, to = 0, x = 0;
char *argcopy = NULL;
struct tone_zone_sound *ts;
struct ast_flags flags = {0};