From 56ce660c7781b548c01fa3a63e5508d9695c72ec Mon Sep 17 00:00:00 2001 From: ingi2-kim Date: Wed, 10 Jun 2020 19:33:11 +0900 Subject: [PATCH] Revert: Mask individual .wants/.requires symlinks v2 Fix issue that drop-in was not applied Change-Id: I2ed5723a75cf0a5da6bd53faa9713a603985da7b Signed-off-by: ingi2-kim --- src/shared/dropin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/dropin.c b/src/shared/dropin.c index 20686e8..8d4131c 100644 --- a/src/shared/dropin.c +++ b/src/shared/dropin.c @@ -216,7 +216,7 @@ int unit_file_find_dropin_paths( return 0; } - r = conf_files_list_strv(paths, ".conf", NULL, 0, (const char**) strv); + r = conf_files_list_strv(&ans, ".conf", NULL, 0, (const char**) strv); if (r < 0) return log_warning_errno(r, "Failed to get list of configuration files: %m"); -- 2.7.4