chiark / gitweb /
shared: conf-files - add root parameter
[elogind.git] / src / timedate / timedated.c
index f5430e9f78a76c34c7fe5fb1c28306776b1d6027..b8c6b368585976d2beac693e4d4bac068ad91c29 100644 (file)
@@ -280,7 +280,7 @@ static char** get_ntp_services(void) {
         char **r = NULL, **files, **i;
         int k;
 
-        k = conf_files_list(&files, ".list",
+        k = conf_files_list(&files, ".list", NULL,
                             "/etc/systemd/ntp-units.d",
                             "/run/systemd/ntp-units.d",
                             "/usr/local/lib/systemd/ntp-units.d",