core: use DUAL_TIMESTAMP_NULL where we can

This commit is contained in:
Lennart Poettering
2015-08-28 17:11:37 +02:00
parent 3f5e811594
commit 6513d561ce

View File

@@ -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 */