]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
blah
authorAnthony Minessale <anthony.minessale@gmail.com>
Sun, 14 Sep 2008 23:31:23 +0000 (23:31 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sun, 14 Sep 2008 23:31:23 +0000 (23:31 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@557 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/zap_io.c

index 864b19ffd1ab71c53b448c6bf4791a07e00a8f60..ddbf269b22b510ff5aeeb0ef1023882f3cd676b8 100644 (file)
@@ -760,7 +760,7 @@ zap_status_t zap_channel_set_state(zap_channel_t *zchan, zap_channel_state_t sta
                {
                        switch(state) {
                        case ZAP_CHANNEL_STATE_UP:
-                               ok = 0;
+                               ok = 1;
                                break;
                        default:
                                break;