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:
parent
e125d3975f
commit
299d2692a4
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue