chiark / gitweb /
shared: conf-files - add root parameter
[elogind.git] / src / tmpfiles / tmpfiles.c
index c2023f5454c72c9a468f905c5c83df08d84088ec..96adbff42e9dcab8613e1a957add1074cef6c199 100644 (file)
@@ -1435,7 +1435,7 @@ int main(int argc, char *argv[]) {
         } else {
                 char **files, **f;
 
-                r = conf_files_list_strv(&files, ".conf", (const char **)conf_file_dirs);
+                r = conf_files_list_strv(&files, ".conf", NULL, (const char **)conf_file_dirs);
                 if (r < 0) {
                         log_error("Failed to enumerate tmpfiles.d files: %s", strerror(-r));
                         r = EXIT_FAILURE;