mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-08 13:01:23 +00:00
If the server shuts down it calls into quorum to tell it that the server has exited. This stops quorum from sending heartbeats that suppress other leader elections. The function that did this got the logic wrong. It was setting the bit instead of clearing it, having been initially written to set a bit when the server exited. Signed-off-by: Zach Brown <zab@versity.com>