]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
make argv big enough to handle all our options.
authorMichael Jerris <mike@jerris.com>
Mon, 31 Mar 2008 16:04:06 +0000 (16:04 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 31 Mar 2008 16:04:06 +0000 (16:04 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7986 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_dptools/mod_dptools.c

index 8b3b35aa6c12740f7ff6d26748e624895ecafdf9..d2cb470085c57585dab9ced2b4d0660d0bd72e0d 100644 (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;