This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
controller: db: fix function return value on success to true
As part of testing the full flows of the persistent Db we encountered an issue where a successful removal of a client entry from the persistent DB resulted in a false-positive error. The cause of this error is that remove_client_entry_and_update_counter() in the db class returned false both for success and for failure. Changed the successful return value of the above-mentioned function from false to true. Signed-off-by: Adam Dov <[email protected]>
- Loading branch information