oops return false

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2579 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2006-09-08 16:50:00 +00:00
parent fca9a7879b
commit ff00631cad
1 changed files with 1 additions and 1 deletions

View File

@ -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;