diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-10 19:57:45 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-10 19:58:50 +0100 |
commit | 764458325ef3586229137694538bcf5e8bde8c48 (patch) | |
tree | 52f93485bc3e827bfdf23c8a7c4445d5431c77d0 /src/shared/install.c | |
parent | b9f08b1ff40197fe9b2fa892c5b7e7650c22d0ac (diff) |
core: properly pass unit file state to clients via the bus
Diffstat (limited to 'src/shared/install.c')
-rw-r--r-- | src/shared/install.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/install.c b/src/shared/install.c index 5bb3385983..efbe61e874 100644 --- a/src/shared/install.c +++ b/src/shared/install.c @@ -538,7 +538,6 @@ static int find_symlinks_in_scope( assert(scope < _UNIT_FILE_SCOPE_MAX); assert(name); - /* First look in runtime config path */ r = get_config_path(scope, true, root_dir, &path); if (r < 0) |