[Freeswitch-trunk] [commit] r6540 - freeswitch/trunk/src/mod/applications/mod_commands
Freeswitch SVN
mikej at freeswitch.org
Thu Dec 6 13:57:03 EST 2007
Author: mikej
Date: Thu Dec 6 13:57:02 2007
New Revision: 6540
Modified:
freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
Log:
windows build fix.
Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c Thu Dec 6 13:57:02 2007
@@ -43,7 +43,7 @@
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;
More information about the Freeswitch-trunk
mailing list