diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-28 18:56:07 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-28 18:56:56 -0500 |
commit | 8f462d878c6c14c0ec9582615d18dd6a7d72fa28 (patch) | |
tree | 48e2fd6c65ce416f678703e9e98d8cbdd864c95c /src/core/dbus-manager.c | |
parent | 06fb28b16eb4b6170c2e2c0cf1f673730309509b (diff) | |
parent | c9410dd47f4e9ba204f489dc9812a19617af020f (diff) |
Merge pull request #2749 from martinpitt/adjtime
Diffstat (limited to 'src/core/dbus-manager.c')
-rw-r--r-- | src/core/dbus-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index f939196397..00372b92b4 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -139,7 +139,7 @@ static int property_get_tainted( if (access("/proc/cgroups", F_OK) < 0) e = stpcpy(e, "cgroups-missing:"); - if (clock_is_localtime() > 0) + if (clock_is_localtime(NULL) > 0) e = stpcpy(e, "local-hwclock:"); /* remove the last ':' */ |