summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_vfsops.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-05-20 07:59:21 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-05-20 07:59:21 +0000
commitc578853467a271756a069a508f2c0e1bc9a51287 (patch)
treefaf28e2d54a53f59c4c1f4d684a2f1ef456f979e /sys/nfs/nfs_vfsops.c
parentd53fd54d9f5002225ea3aae7d64af23ca08acdd2 (diff)
Notes
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
-rw-r--r--sys/nfs/nfs_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c
index eb577d209ff9..e6c72106ba3a 100644
--- a/sys/nfs/nfs_vfsops.c
+++ b/sys/nfs/nfs_vfsops.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95
- * $Id: nfs_vfsops.c,v 1.58 1998/05/06 05:29:38 msmith Exp $
+ * $Id: nfs_vfsops.c,v 1.59 1998/05/19 07:11:25 peter Exp $
*/
#include <sys/param.h>
@@ -710,7 +710,7 @@ mountnfs(argp, mp, nam, pth, hst, vpp)
* no sense in that context.
*/
if (argp->sotype == SOCK_STREAM)
- argp->flags &= ~NFSMNT_NOCONN;
+ nmp->nm_flags &= ~NFSMNT_NOCONN;
if ((argp->flags & NFSMNT_TIMEO) && argp->timeo > 0) {
nmp->nm_timeo = (argp->timeo * NFS_HZ + 5) / 10;