mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-01 11:10:24 +00:00
smal fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5827 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
029ccb5f62
commit
01e2f20bc0
@ -42,10 +42,10 @@ 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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user