]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
windows build fix.
authorMichael Jerris <mike@jerris.com>
Thu, 6 Dec 2007 18:57:02 +0000 (18:57 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 6 Dec 2007 18:57:02 +0000 (18:57 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6540 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 2ee751e87653cc7b1352cb02b988174b2f628d1c..c3d123a7dbf3f38917dabc75fa550f373068e823 100644 (file)
@@ -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;