X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Flogs-show.c;h=4e1b87814be77556fb940804247b2ff5051b1111;hb=a37e4fcf9969c36d59e2f9683079d9b08a3dcfb1;hp=d3ee1398806223c594457fcbc1baa1f9e6a05a3d;hpb=a6dcc7e5924f9c27d3e9c6560a448b02ec28b65f;p=elogind.git diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c index d3ee13988..4e1b87814 100644 --- a/src/shared/logs-show.c +++ b/src/shared/logs-show.c @@ -990,7 +990,7 @@ static int show_journal(FILE *f, if (warn_cutoff && line < how_many && not_before > 0) { sd_id128_t boot_id; - usec_t cutoff; + usec_t cutoff = 0; /* Check whether the cutoff line is too early */ @@ -1165,7 +1165,7 @@ static int get_boot_id_for_machine(const char *machine, sd_id128_t *boot_id) { r = loop_read_exact(fd, buf, 36, false); safe_close(fd); - if (k < 0) + if (r < 0) _exit(EXIT_FAILURE); k = send(pair[1], buf, 36, MSG_NOSIGNAL);