]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/load-fragment: remove unnecessary intialization 13784/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 16 Oct 2019 14:33:54 +0000 (16:33 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 16 Oct 2019 14:33:54 +0000 (16:33 +0200)
commitabc9fa1cf1a309362bc03d741a802ad11dc531e9
tree37e44e349137166efd68f59440db2e0ea7d37dfb
parent47538b7686e2e1f94c32b11dd970d2716d680973
core/load-fragment: remove unnecessary intialization

manager_load_unit() better set it on success, and unit_set_slice() asserts
that the argument is not NULL, so initializing it to NULL is not useful.
src/core/load-fragment.c