From: Lennart Poettering Date: Tue, 26 Nov 2019 10:28:33 +0000 (+0100) Subject: journalctl: pager_close() calls fflush(stdout) anyway as first thing X-Git-Tag: v244~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3aebd9d6dd85c8d949b3b22cf6e96e98febcf157;p=thirdparty%2Fsystemd.git journalctl: pager_close() calls fflush(stdout) anyway as first thing --- diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 931cf0c7517..95b6bfee172 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -2668,7 +2668,6 @@ int main(int argc, char *argv[]) { } finish: - fflush(stdout); pager_close(); strv_free(arg_file);