From: Anthony Minessale Date: Wed, 29 Apr 2009 01:00:47 +0000 (+0000) Subject: doh X-Git-Tag: v1.0.4~1016 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6704139f65bf7cef20529c6b15b6958fbeee97bb;p=thirdparty%2Ffreeswitch.git doh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13183 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c index 72b09fe066..31c4dfd5e3 100644 --- a/src/mod/applications/mod_dptools/mod_dptools.c +++ b/src/mod/applications/mod_dptools/mod_dptools.c @@ -40,6 +40,8 @@ SWITCH_MODULE_DEFINITION(mod_dptools, mod_dptools_load, NULL, NULL); SWITCH_STANDARD_DIALPLAN(inline_dialplan_hunt) { switch_caller_extension_t *extension = NULL; + char *argv[128] = { 0 }; + int argc; switch_channel_t *channel = switch_core_session_get_channel(session); int x = 0; char *lbuf;