summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-11-26 11:28:33 +0100
committerLennart Poettering <lennart@poettering.net>2019-11-28 15:15:24 +0100
commit3aebd9d6dd85c8d949b3b22cf6e96e98febcf157 (patch)
tree005804ead8b5e944091cfbf9e9f477e3bce4743d /src/journal/journalctl.c
parentc31469e2ee0c84007a1a901bf792a6c0841267b1 (diff)
downloadsystemd-3aebd9d6dd85c8d949b3b22cf6e96e98febcf157.tar.gz
journalctl: pager_close() calls fflush(stdout) anyway as first thing
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r--src/journal/journalctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index 931cf0c751..95b6bfee17 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);