HomeClusterLabs Projects

Refactor: fencer: Avoid snprintf() in get_action_timeout()

Description

Refactor: fencer: Avoid snprintf() in get_action_timeout()

To avoid the need to error-check snprintf() explicitly, which we have
not been doing.

Ref T974

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Fri, Jun 20, 5:02 AM
Parents
rP8ed2743b0e92: Refactor: fencer: Avoid snprintf() in test_register_async_devices()
Branches
Unknown
Tags
Unknown
Tasks
T974: Error-check snprintf() calls