HomeClusterLabs Projects

Refactor: daemons: execd shouldn't call pcmk__remote_message_xml in a loop.

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

Description

Refactor: daemons: execd shouldn't call pcmk__remote_message_xml in a loop.

There can only ever be one message in the buffer, so the loop here will
always return NULL the second time. Simplifying this code doesn't
actually change anything, but I think it makes it easier to understand
what is going on.

Details

Provenance
clumensAuthored on Aug 28 2024, 10:35 AM

Commit No Longer Exists

This commit no longer exists in the repository.