mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Minor cleanup and make sure the tmp variable is clean
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -88,11 +88,9 @@ static int read_exec(struct ast_channel *chan, void *data)
|
|||||||
{
|
{
|
||||||
int res = 0;
|
int res = 0;
|
||||||
struct ast_module_user *u;
|
struct ast_module_user *u;
|
||||||
char tmp[256];
|
char tmp[256] = "";
|
||||||
int maxdigits=255;
|
int maxdigits = 255;
|
||||||
int tries = 1;
|
int tries = 1, to = 0, x = 0;
|
||||||
int to = 0;
|
|
||||||
int x = 0;
|
|
||||||
char *argcopy = NULL;
|
char *argcopy = NULL;
|
||||||
struct tone_zone_sound *ts;
|
struct tone_zone_sound *ts;
|
||||||
struct ast_flags flags = {0};
|
struct ast_flags flags = {0};
|
||||||
|
Reference in New Issue
Block a user