From 8734de153e19fbaf605c925aa74826296725c012 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 6 Dec 2007 18:57:02 +0000 Subject: [PATCH] windows build fix. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6540 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_commands/mod_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 2ee751e876..c3d123a7db 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -43,7 +43,7 @@ SWITCH_MODULE_DEFINITION(mod_commands, mod_commands_load, NULL, NULL); SWITCH_STANDARD_API(user_data_function) { - switch_xml_t x_domain, xml = NULL, x_user, x_param, x_params; + switch_xml_t x_domain, xml = NULL, x_user = NULL, x_param, x_params; int argc; char *mydata = NULL, *argv[3]; char *key = NULL, *type = NULL, *user, *domain;