提交 b424299c authored 作者: Brian West's avatar Brian West

audit

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13450 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 1b942db6
......@@ -1337,7 +1337,7 @@ static void message_count(vm_profile_t *profile, const char *id_in, const char *
char msg_count[80] = "";
callback_t cbt = { 0 };
char sql[256];
char *myid;
char *myid = NULL;
cbt.buf = 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) {
free(myid);
}
}
#define VM_STARTSAMPLES 1024 * 32
......@@ -4004,7 +4003,6 @@ SWITCH_STANDARD_API(voicemail_api_function)
return SWITCH_STATUS_SUCCESS;
}
SWITCH_MODULE_LOAD_FUNCTION(mod_voicemail_load)
{
switch_application_interface_t *app_interface;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论