]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
service: split out sd_notify() message authorization code into a function of its own
authorLennart Poettering <lennart@poettering.net>
Mon, 13 Nov 2017 16:48:50 +0000 (17:48 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 27 Nov 2017 15:59:52 +0000 (16:59 +0100)
commite32852377797398baa17b015d7c7496a27731bd2
tree95b6029f66b8a07d0fea11be679427a803fd3b28
parent9711848ff1fe8d74c7d100e4714c4dac30923e74
service: split out sd_notify() message authorization code into a function of its own

Let's shorten service_notify_message() a bit, and do the authentication
outside of the main function body.

No functional changes.
src/core/service.c