make argv big enough to handle all our options.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7986 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-03-31 16:04:06 +00:00
parent e125d3975f
commit 299d2692a4
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ SWITCH_STANDARD_APP(send_dtmf_function)
SWITCH_STANDARD_APP(check_acl_function)
{
int argc;
char *argv[2] = { 0 };
char *argv[3] = { 0 };
char *mydata;
switch_call_cause_t cause = SWITCH_CAUSE_CALL_REJECTED;