]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: drop redundant pidref_done() calls
authorMike Yuan <me@yhndnzj.com>
Sun, 19 Oct 2025 18:14:08 +0000 (20:14 +0200)
committerMike Yuan <me@yhndnzj.com>
Tue, 4 Nov 2025 11:17:31 +0000 (12:17 +0100)
commit1773d2a2075d5c75ea427870ec8867e16f2dad2a
tree08c3efabc6d65bb03cd3549c54be0194c60fc702
parent16a0cbe915a99edc4592417e932527c1558b44a3
core: drop redundant pidref_done() calls

{service,socket}_unwatch_control_pid() -> unit_unwatch_pidref_done()
is unconditionally called everywhere.
src/core/service.c
src/core/socket.c