FS-10801: [core] fix typo in core db interface

This commit is contained in:
Mike Jerris
2019-02-26 15:21:33 -07:00
committed by Andrey Volk
parent 7fc9eafa74
commit 5febf075f7
+1 -1
View File
@@ -1610,7 +1610,7 @@ SWITCH_DECLARE(switch_bool_t) switch_cache_db_test_reactive_ex(switch_cache_db_h
}
}
r = result;
r = (result == SWITCH_STATUS_SUCCESS);
}
}
}