1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-20 10:26:51 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5827 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-10-06 23:44:39 +00:00
parent 029ccb5f62
commit 01e2f20bc0

@ -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;
}