Revert: Mask individual .wants/.requires symlinks v2 58/236558/1 accepted/tizen/unified/20200619.121755 submit/tizen/20200618.104247
authoringi2-kim <ingi2.kim@samsung.com>
Wed, 10 Jun 2020 10:33:11 +0000 (19:33 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 18 Jun 2020 06:03:20 +0000 (15:03 +0900)
Fix issue that drop-in was not applied

Change-Id: I2ed5723a75cf0a5da6bd53faa9713a603985da7b
Signed-off-by: ingi2-kim <ingi2.kim@samsung.com>
src/shared/dropin.c

index 20686e8..8d4131c 100644 (file)
@@ -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");