mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
core: use DUAL_TIMESTAMP_NULL where we can
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user