build fixes

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11045 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2009-01-01 19:11:49 +00:00
parent d9c88301ee
commit b5478300ef
2 changed files with 2 additions and 2 deletions

View File

@@ -2037,7 +2037,7 @@ static switch_call_cause_t group_outgoing_channel(switch_core_session_t *session
switch_core_session_t **new_session, switch_memory_pool_t **pool, switch_originate_flag_t flags)
{
char *group;
switch_call_cause_t cause;
switch_call_cause_t cause = SWITCH_CAUSE_NONE;
char *template = NULL, *dest = NULL;
switch_originate_flag_t myflags = SOF_NONE;
char *cid_name_override = NULL;