mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-25 11:16:04 +00:00
FS-10801: [core] fix typo in core db interface
This commit is contained in:
parent
7fc9eafa74
commit
5febf075f7
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user