]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
evil typo to cause regression in new core recover engine
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 29 Aug 2012 06:00:58 +0000 (01:00 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 29 Aug 2012 06:00:58 +0000 (01:00 -0500)
src/switch_core_sqldb.c

index 1000a9fa4f577d22c781caf4cb514348e6d0f095..200ed3507e1bbce82e0d826a08bd051a24a0c08a 100644 (file)
@@ -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));