mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 00:35:55 +00:00
Follow-up for c8f59296bf
Currently, the unit is only reffed in transient_unit_set_properties()
via AddRef(), which however would be dropped if a reconnection
is attempted. Make sure to explicitly re-add reference in that case.