Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the value of is_available before entering the loop. (#173)
clang static analysis pointed out that if we never did *any* iterations of the loop in SLEEP_AND_RETRY_UNTIL, then we would be comparing an uninitialized value of is_available with false. Just set it to false in this unlikely case. Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information