]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/main: assign mac_init() retval to r
authorMike Yuan <me@yhndnzj.com>
Wed, 5 Mar 2025 17:22:19 +0000 (18:22 +0100)
committerMike Yuan <me@yhndnzj.com>
Sat, 8 Mar 2025 19:40:24 +0000 (20:40 +0100)
commit550f4718bc6b11d8801af3b7eb888aa4ba0fdc90
tree2449d73bfa373ddf0c915eb09eaf59c9ded7ef44
parenteda75b2cb27f171130191d1613c04c9d5e929efd
core/main: assign mac_init() retval to r

If it fails, we'd submit the errno to supervisor via sd_notify() later.
src/core/main.c