]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/load-fragment.c
core: restore initialization of u->source_mtime
authorFranck Bui <fbui@suse.com>
Thu, 5 Sep 2019 14:53:50 +0000 (16:53 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 16 Sep 2019 13:53:52 +0000 (15:53 +0200)
commit5a1c1b534fe13e60ef9bce0dc680ad6f2a0c577f
tree4bd66ad12b1d5584472255d19d713e2e8ddf42c7
parent036eb795ada04e1c38033763c3bef34e02349e9c
core: restore initialization of u->source_mtime

During the rework of unit file loading, commit e8630e695232bdfc dropped the
initialization u->source_mtime. This had the bad side effect that generated
units always needed daemon reloading.
src/core/load-fragment.c