mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-21 19:02:06 +00:00
windows build fix.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6540 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
058ab862b3
commit
8734de153e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user