Don't return always 0. Return what we get from exec_mountprog or

mount_fs.

PR:		bin/125154
MFC after:	1 day
This commit is contained in:
matteo 2008-08-31 20:08:05 +00:00
parent ae821afba0
commit 3e4620e051

View File

@ -576,7 +576,7 @@ mountfs(const char *vfstype, const char *spec, const char *name, int flags,
prmount(&sf); prmount(&sf);
} }
return (0); return (ret);
} }
void void