shared: make sure RandomizedOffsetUSec can be set as transient prop

Fixes: #37870
Follow-up for: #36437
This commit is contained in:
Lennart Poettering
2025-06-26 17:31:00 +02:00
parent 99fd08224f
commit c6bb846c04

View File

@@ -2687,7 +2687,8 @@ static int bus_append_timer_property(sd_bus_message *m, const char *field, const
return bus_append_parse_boolean(m, field, eq);
if (STR_IN_SET(field, "AccuracySec",
"RandomizedDelaySec"))
"RandomizedDelaySec",
"RandomizedOffsetSec"))
return bus_append_parse_sec_rename(m, field, eq);
if (STR_IN_SET(field, "OnActiveSec",