]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/journal/sd-journal.c
sd-journal: properly collect errors from readdir()
authorLennart Poettering <lennart@poettering.net>
Sun, 24 Apr 2016 22:23:45 +0000 (00:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Apr 2016 10:00:03 +0000 (12:00 +0200)
commitf63772613098f57fdeeef603791e9d5faa4f0790
treee79882e151cd3ed42c0576827107edd31b6f3609
parent430fbf8e7ff4368f6d43a8f86e0bc6494b0a979c
sd-journal: properly collect errors from readdir()

Let's also collect errors returned by readdir() into our set of errors, like we
do this for all other errors from journal files.
src/journal/sd-journal.c