HomeClusterLabs Projects

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

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
Parents
rPf44c95494260: Feature: daemons: execd should read remote client messages async.
Branches
Unknown
Tags
Unknown