evil typo to cause regression in new core recover engine
This commit is contained in:
parent
64fd2bdd12
commit
a952e91197
|
@ -2115,7 +2115,7 @@ SWITCH_DECLARE(void) switch_core_recovery_untrack(switch_core_session_t *session
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (switch_channel_test_flag(channel, CF_TRACKED || force)) {
|
if (switch_channel_test_flag(channel, CF_TRACKED) || force) {
|
||||||
|
|
||||||
if (force) {
|
if (force) {
|
||||||
sql = switch_mprintf("delete from recovery where uuid='%q'", switch_core_session_get_uuid(session));
|
sql = switch_mprintf("delete from recovery where uuid='%q'", switch_core_session_get_uuid(session));
|
||||||
|
|
Loading…
Reference in New Issue