X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fboot-timestamps.c;h=54e0537a212b999f6ecee922aa863b080d31a38a;hp=d656685774b78e679cb94d978842d383bdf2c7c8;hb=4de33e7f3238a6fe616e61139ab87e221572e5e5;hpb=70d9b9fc0a4fa1698ff00e364c61bb875244efa1 diff --git a/src/shared/boot-timestamps.c b/src/shared/boot-timestamps.c index d65668577..54e0537a2 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;