audit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13450 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1b942db6da
commit
b424299ca3
|
@ -1337,7 +1337,7 @@ static void message_count(vm_profile_t *profile, const char *id_in, const char *
|
||||||
char msg_count[80] = "";
|
char msg_count[80] = "";
|
||||||
callback_t cbt = { 0 };
|
callback_t cbt = { 0 };
|
||||||
char sql[256];
|
char sql[256];
|
||||||
char *myid;
|
char *myid = NULL;
|
||||||
|
|
||||||
cbt.buf = msg_count;
|
cbt.buf = msg_count;
|
||||||
cbt.len = sizeof(msg_count);
|
cbt.len = sizeof(msg_count);
|
||||||
|
@ -1371,7 +1371,6 @@ static void message_count(vm_profile_t *profile, const char *id_in, const char *
|
||||||
if (myid != id_in) {
|
if (myid != id_in) {
|
||||||
free(myid);
|
free(myid);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#define VM_STARTSAMPLES 1024 * 32
|
#define VM_STARTSAMPLES 1024 * 32
|
||||||
|
@ -4004,7 +4003,6 @@ SWITCH_STANDARD_API(voicemail_api_function)
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SWITCH_MODULE_LOAD_FUNCTION(mod_voicemail_load)
|
SWITCH_MODULE_LOAD_FUNCTION(mod_voicemail_load)
|
||||||
{
|
{
|
||||||
switch_application_interface_t *app_interface;
|
switch_application_interface_t *app_interface;
|
||||||
|
|
Loading…
Reference in New Issue