diff options
author | Kay Sievers <kay@vrfy.org> | 2013-02-08 10:22:02 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-02-08 10:23:04 +0100 |
commit | 7850b3b83791ba0e2377ba40383c5abc258b839d (patch) | |
tree | 2d4630e93d854d4af19c4d0b1f3f6eee32fe0627 /src/timedate/timedated.c | |
parent | 0b9cc004a4dd20b32459615dd1ab98ba27202095 (diff) |
shared: conf-files - add root parameter
Diffstat (limited to 'src/timedate/timedated.c')
-rw-r--r-- | src/timedate/timedated.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index f5430e9f78..b8c6b36858 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -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", |