提交 b9dd32ac authored 作者: Anthony Minessale's avatar Anthony Minessale

evil typo to cause regression in new core recover engine

上级 5a3a1e3b
......@@ -2115,7 +2115,7 @@ SWITCH_DECLARE(void) switch_core_recovery_untrack(switch_core_session_t *session
return;
}
if (switch_channel_test_flag(channel, CF_TRACKED || force)) {
if (switch_channel_test_flag(channel, CF_TRACKED) || force) {
if (force) {
sql = switch_mprintf("delete from recovery where uuid='%q'", switch_core_session_get_uuid(session));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论