chiark / gitweb /
journald/server: replace readdir_r with readdir
authorFlorian Weimer <fweimer@redhat.com>
Thu, 19 Dec 2013 11:23:12 +0000 (12:23 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 21 Dec 2013 23:35:55 +0000 (18:35 -0500)
commit0371ca0dac1d70b2e5060a3c4e6fbbc2bdbd8671
tree1619f44ee0dcd86e389128ad6ee88194411edab8
parent78a5d04dd61e4a4708c5c017b05724561639e657
journald/server: replace readdir_r with readdir

The available_space function now returns 0 if reading the directory
fails.  Previously, such errors were silently ignored.
src/journal/journald-server.c