提交 01e2f20b authored 作者: Anthony Minessale's avatar Anthony Minessale

smal fix

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5827 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 029ccb5f
......@@ -42,10 +42,10 @@ SWITCH_MODULE_DEFINITION(mod_commands, mod_commands_load, NULL, NULL);
SWITCH_STANDARD_API(status_function)
{
uint8_t html = 0;
switch_core_time_duration_t duration;
switch_core_time_duration_t duration = {0};
char *http = NULL;
int sps, last_sps;
int sps = 0, last_sps = 0;
if (session) {
return SWITCH_STATUS_FALSE;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论