diff options
Diffstat (limited to 'src/shared/logs-show.c')
-rw-r--r-- | src/shared/logs-show.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c index d3ee139880..5a3ab3da3e 100644 --- a/src/shared/logs-show.c +++ b/src/shared/logs-show.c @@ -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); |