]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4038 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 29 Mar 2012 17:13:59 +0000 (12:13 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 29 Mar 2012 17:13:59 +0000 (12:13 -0500)
src/switch_channel.c

index 849269399df5816428390bb2830bffbc6b3a367e..2e6ccf7ffddc318a4afeff8e752446ccecf9442c 100644 (file)
@@ -1433,7 +1433,7 @@ SWITCH_DECLARE(switch_status_t) switch_channel_wait_for_flag(switch_channel_t *c
                        return SWITCH_STATUS_FALSE;
                }
 
-               if (switch_channel_down_nosig(channel)) {
+               if (switch_channel_down(channel)) {
                        return SWITCH_STATUS_FALSE;
                }