install: simplification

This commit is contained in:
Lennart Poettering 2014-04-23 06:57:34 +02:00
parent 113283c493
commit b91a3b02f3

View file

@ -1494,8 +1494,8 @@ int unit_file_enable(
supposed to be created, not the ones actually created. This is
useful to determine whether the passed files had any
installation data at all. */
r = install_context_apply(&c, &paths, config_path, root_dir, force, changes, n_changes);
return r;
return install_context_apply(&c, &paths, config_path, root_dir, force, changes, n_changes);
}
int unit_file_disable(