]> git.ipfire.org Git - thirdparty/systemd.git/commit
manager: replace fake block with a strjoina
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 10 Oct 2018 11:27:28 +0000 (13:27 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 11 Oct 2018 12:29:34 +0000 (14:29 +0200)
commit3d7cf7207017f308b6992d4776c6de56e1d6910c
tree612abf2bcefae4ca0c0a0db108e64c16e5a81b4e
parenteb523bfb5155f07bbc2a4b4a37c81270c3c6153b
manager: replace fake block with a strjoina

The block was created to avoid declaring variables in the middle of the block.
We could now do that, but it's easier to just use strjoina here.
src/core/manager.c