chiark / gitweb /
shared: conf-files - add root parameter
[elogind.git] / src / journal / catalog.c
index 3735ad9213d041712a7da91a56baf98b2ba4b799..32256f6263a6c43df3e6f07cd238faf87d701d00 100644 (file)
@@ -296,7 +296,7 @@ int catalog_update(void) {
                 goto finish;
         }
 
-        r = conf_files_list_strv(&files, ".catalog", (const char **) conf_file_dirs);
+        r = conf_files_list_strv(&files, ".catalog", NULL, (const char **) conf_file_dirs);
         if (r < 0) {
                 log_error("Failed to get catalog files: %s", strerror(-r));
                 goto finish;