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
ae821afba0
commit
3e4620e051
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user