automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@10136 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Automerge script
2006-02-15 01:04:13 +00:00
parent 86a106023b
commit 72e192fc42
2 changed files with 16 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ static char *function_enum(struct ast_channel *chan, char *cmd, char *data, char
{
int res=0;
char tech[80];
char dest[80] = "";
char dest[256] = "";
char *zone;
char *options;
struct localuser *u;