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 Riondato 2008-08-31 20:08:05 +00:00
parent 22b55ba9a0
commit bbe9d7da79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182570

View File

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