From: Lennart Poettering Date: Wed, 27 Nov 2019 11:13:08 +0000 (+0100) Subject: journalctl: drop misplaced empty line X-Git-Tag: v245-rc1~41^2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21fa231ece5e37fe9855844df8b2ec7be21306c7;p=thirdparty%2Fsystemd.git journalctl: drop misplaced empty line --- diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 1040d475fae..f5d208edcdd 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -1421,7 +1421,6 @@ static int add_boot(sd_journal *j) { * so take the slow path if log location is specified. */ if (arg_boot_offset == 0 && sd_id128_is_null(arg_boot_id) && !arg_directory && !arg_file && !arg_root) - return add_match_this_boot(j, arg_machine); boot_id = arg_boot_id;