From: Lennart Poettering Date: Fri, 28 Aug 2015 15:11:37 +0000 (+0200) Subject: core: use DUAL_TIMESTAMP_NULL where we can X-Git-Tag: v226~65^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6513d561ce4c894ea4e29612a2ed62c8310a164f;p=thirdparty%2Fsystemd.git core: use DUAL_TIMESTAMP_NULL where we can --- diff --git a/src/core/main.c b/src/core/main.c index 87b97aa8837..e232be88c01 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -1391,8 +1391,7 @@ int main(int argc, char *argv[]) { /* clear the kernel timestamp, * because we are not PID 1 */ - kernel_timestamp.monotonic = 0ULL; - kernel_timestamp.realtime = 0ULL; + kernel_timestamp = DUAL_TIMESTAMP_NULL; } /* Initialize default unit */