]> git.ipfire.org Git - thirdparty/systemd.git/commit
journal-file: when iterating through a partly corruped journal file, treat error...
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Apr 2016 09:38:39 +0000 (11:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 Apr 2016 10:00:49 +0000 (12:00 +0200)
commitcaeab8f626e709569cc492b75eb7e119076059e7
tree50b419e23441cfc007bb1895f55ef4a3b7b57d0c
parentbd30fdf213c830002aaf48a0d840c011f739ce8f
journal-file: when iterating through a partly corruped journal file, treat error like EOF

When we linearly iterate through a corrupted journal file, and we encounter a
read error, don't consider this fatal, but merely as EOF condition (and log
about it).
src/journal/journal-file.c