mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
FS-10801: [core] fix typo in core db interface
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user