]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: always call manager_log_caller() even without pidref 41354/head
authorMichael Vogt <michael@amutable.com>
Thu, 26 Mar 2026 11:51:23 +0000 (12:51 +0100)
committerMichael Vogt <michael@amutable.com>
Thu, 26 Mar 2026 14:27:50 +0000 (15:27 +0100)
commit31b9f451d73e19a43a0f0ead495ee525adc45fbd
tree99f4b54190001bbaa38ec6cd4b9d16f9b346c996
parent1e9f0d76fb2a984c53adc4ddb7b481ae8f3f9b90
core: always call manager_log_caller() even without pidref

Its fine if `manager_log_caller()` with an empty pidref,
it will log an unknown caller.

Thanks to @YHNdnzj for suggesting this.
src/core/dbus-manager.c