missing goto fail

This commit is contained in:
Mathieu Rene 2012-07-25 19:56:25 -04:00
parent 4950c32dd5
commit 5284f5d134
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi
span_id = ftdm_span_get_id(span);
} else {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Cannot find span [%s]\n", span_name);
goto fail;
}