mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
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:
parent
22b55ba9a0
commit
bbe9d7da79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182570
@ -576,7 +576,7 @@ mountfs(const char *vfstype, const char *spec, const char *name, int flags,
|
||||
prmount(&sf);
|
||||
}
|
||||
|
||||
return (0);
|
||||
return (ret);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user