]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: always try to reload not-found unit
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 31 Aug 2020 18:44:00 +0000 (20:44 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 31 Aug 2020 18:53:38 +0000 (20:53 +0200)
commit02103e57162946b5ac620c552123ff5e305a2791
tree3c44524b5cc177583ac079269f30a13f036581ff
parentc149d2b49128700a2ae361f43b9065b51c174838
core: always try to reload not-found unit

This check was added in d904afc730268d50502f764dfd55b8cf4906c46f. It would only
apply in the case where the cache hasn't been loaded yet. I think we pretty
much always have the cache loaded when we reach this point, but even if we
didn't, it seems better to try to reload the unit. So let's drop this check.
src/core/manager.c