On Fri, 17.02.12 12:17, Dave Reisner ([email protected]) wrote:
> Previously, mount_load_etc_fstab() could never fail for reasons other
> than a setmntent() or allocation failure.
Applied. Thanks!
> ---
> src/mount.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/mount.c b/src/mount.c
> index 0ae964b..5e52a54 100644
> --- a/src/mount.c
> +++ b/src/mount.c
> @@ -1578,7 +1578,7 @@ static int mount_load_etc_fstab(Manager *m) {
> free(what);
> free(where);
>
> - if (r < 0)
> + if (k < 0)
> r = k;
> }
>
Lennart
--
Lennart Poettering - Red Hat, Inc.
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel