summaryrefslogtreecommitdiff
path: root/src/shared/boot-timestamps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/boot-timestamps.c')
-rw-r--r--src/shared/boot-timestamps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/boot-timestamps.c b/src/shared/boot-timestamps.c
index d656685774..54e0537a21 100644
--- a/src/shared/boot-timestamps.c
+++ b/src/shared/boot-timestamps.c
@@ -26,7 +26,7 @@
#include "efivars.h"
int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader) {
- usec_t x, y, a;
+ usec_t x = 0, y = 0, a;
int r;
dual_timestamp _n;