diff options
| author | Rink Springer <rink@FreeBSD.org> | 2006-10-09 17:38:18 +0000 |
|---|---|---|
| committer | Rink Springer <rink@FreeBSD.org> | 2006-10-09 17:38:18 +0000 |
| commit | 6a5a80bd0f1b75bc37d2eb05a547e89c4c3856d1 (patch) | |
| tree | 8e65daa8b681e0724a73c8f8112b59d8ed01223f /usr.sbin/mountd | |
| parent | 667dc26e71753783d5a6e4d9b25a0c32902c05fd (diff) | |
Notes
Diffstat (limited to 'usr.sbin/mountd')
| -rw-r--r-- | usr.sbin/mountd/mountd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 40fb1c654b6f..a1719109c602 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -1918,7 +1918,7 @@ do_mount(struct exportlist *ep, struct grouplist *grp, int exflags, iov[5].iov_base = fsb->f_mntfromname; /* "from" */ iov[5].iov_len = strlen(fsb->f_mntfromname) + 1; - while (nmount(iov, iovlen, 0) < 0) { + while (nmount(iov, iovlen, fsb->f_flags) < 0) { if (cp) *cp-- = savedc; else |
