handle longer ENUM lookup results (issue #6476)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@10110 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-02-15 00:46:18 +00:00
parent 7652fdda20
commit df18b234b1

View File

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