oops return false
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2579 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
fca9a7879b
commit
ff00631cad
|
@ -65,7 +65,7 @@ static switch_status_t switch_g723_init(switch_codec_t *codec, switch_codec_flag
|
|||
{
|
||||
#ifndef G723_PASSTHROUGH
|
||||
codec->flags |= SWITCH_CODEC_FLAG_PASSTHROUGH;
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
return SWITCH_STATUS_FALSE;
|
||||
#else
|
||||
struct g723_context *context = NULL;
|
||||
int encoding, decoding;
|
||||
|
|
Loading…
Reference in New Issue