diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 03688d3563c1..c42e9dbede1f 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -576,7 +576,7 @@ mountfs(const char *vfstype, const char *spec, const char *name, int flags, prmount(&sf); } - return (0); + return (ret); } void