]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4677 oops
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 2 Oct 2012 22:03:22 +0000 (17:03 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 2 Oct 2012 22:03:22 +0000 (17:03 -0500)
src/mod/applications/mod_conference/mod_conference.c

index ada1d84877d85e2ade253ab12ad457f9e10c870e..089879ad40693c61c7d65786404720dc722953a4 100644 (file)
@@ -6567,7 +6567,7 @@ static switch_status_t conference_outcall(conference_obj_t *conference,
        switch_bool_t have_flags = SWITCH_FALSE;
        const char *outcall_flags;
        int track = 0;
-       const char *call_id;
+       const char *call_id = NULL;
 
        if (var_event && switch_true(switch_event_get_header(var_event, "conference_track_status"))) {
                track++;