HomeClusterLabs Projects

Refactor: fencing: avoid duplicate variable for notification type

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

Description

Refactor: fencing: avoid duplicate variable for notification type

xml_to_event() previously checked for both F_SUBTYPE and F_STONITH_OPERATION in
the notification XML. For client notifications these will always be the same,
so just use one. (F_SUBTYPE can be "broadcast" in peer messages, but that is
not relevant to this usage.)

Details

Provenance
kgaillotAuthored on Mar 10 2022, 3:26 PM

Commit No Longer Exists

This commit no longer exists in the repository.