]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
smal fix
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 6 Oct 2007 23:44:39 +0000 (23:44 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 6 Oct 2007 23:44:39 +0000 (23:44 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5827 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 377beda9b62584a2ae25f9e099868af274a78887..12991dcbf8db72c2d0ab1731943366804045d9cb 100644 (file)
@@ -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;
        }