HomeClusterLabs Projects

Refactor: controller: don't stop election timer for nonexistent election

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: controller: don't stop election timer for nonexistent election

Previously, at exit, the controller would free and NULL the election object,
then (needlessly though harmlessly) attempt to stop its timer. Calling
election_fini() to free the election object will stop the timer if necessary.

Details

Provenance
kgaillotAuthored on Sep 21 2018, 8:23 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.