]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
oops return false
authorBrian West <brian@freeswitch.org>
Fri, 8 Sep 2006 16:50:00 +0000 (16:50 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 8 Sep 2006 16:50:00 +0000 (16:50 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2579 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_g723_1/mod_g723_1.c

index 2b4a022ed337ba96d2daea43282c80c3b3f1d5bb..fde16d2c93171524abffe8be673caee94fce1efe 100644 (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;