FS-4038 --resolve

This commit is contained in:
Anthony Minessale 2012-03-29 12:13:59 -05:00
parent 221b82f1e9
commit 67b65f95d0
1 changed files with 1 additions and 1 deletions

View 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;
}