diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-01-05 18:50:03 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-01-05 18:50:03 +0000 |
| commit | fb1167777acbd078efe0d9be8bdccbf63b840850 (patch) | |
| tree | 3a4ff86274c42bae0bf7a60817ae65b90736abcc /sys/nfsserver | |
| parent | d1fd776a7901fc1840fd247a1c7d361e360f9018 (diff) | |
Notes
Diffstat (limited to 'sys/nfsserver')
| -rw-r--r-- | sys/nfsserver/nfs_srvsubs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c index 312a774f798f..b3eec2408a2e 100644 --- a/sys/nfsserver/nfs_srvsubs.c +++ b/sys/nfsserver/nfs_srvsubs.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95 - * $Id: nfs_subs.c,v 1.68 1998/12/07 21:58:44 archie Exp $ + * $Id: nfs_subs.c,v 1.69 1998/12/14 18:54:03 dt Exp $ */ /* @@ -2177,7 +2177,7 @@ nfsrv_object_create(vp) if (vp == NULL || vp->v_type != VREG) return (1); return (vfs_object_create(vp, curproc, - curproc ? curproc->p_ucred : NULL, 1)); + curproc ? curproc->p_ucred : NULL)); } /* |
