提交 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,9 +42,9 @@ SWITCH_MODULE_DEFINITION(mod_commands, mod_commands_load, NULL, NULL); ...@@ -42,9 +42,9 @@ SWITCH_MODULE_DEFINITION(mod_commands, mod_commands_load, NULL, NULL);
SWITCH_STANDARD_API(status_function) SWITCH_STANDARD_API(status_function)
{ {
uint8_t html = 0; uint8_t html = 0;
switch_core_time_duration_t duration; switch_core_time_duration_t duration = {0};
char *http = NULL; char *http = NULL;
int sps, last_sps; int sps = 0, last_sps = 0;
if (session) { if (session) {
return SWITCH_STATUS_FALSE; return SWITCH_STATUS_FALSE;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论