chiark / gitweb /
mount: properly check return for mount_add_*
authorDave Reisner <d@falconindy.com>
Fri, 17 Feb 2012 17:17:49 +0000 (12:17 -0500)
committerLennart Poettering <lennart@poettering.net>
Tue, 6 Mar 2012 01:16:41 +0000 (02:16 +0100)
commit85eda5721f8d2a20482ef228d341fbbd134c6799
tree60f91d549d8b1e141d6e14a9361177edb3e82582
parente2e9329411a3753421e97c084d0f177003b20970
mount: properly check return for mount_add_*

Previously, mount_load_etc_fstab() could never fail for reasons other
than a setmntent() or allocation failure.
src/mount.c