evil typo to cause regression in new core recover engine

This commit is contained in:
Anthony Minessale 2012-08-29 01:00:58 -05:00 committed by Ken Rice
parent 64fd2bdd12
commit a952e91197
1 changed files with 1 additions and 1 deletions

View File

@ -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));