diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-02-15 03:38:12 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-02-15 03:38:12 +0000 |
| commit | ad21d87fd5f2c193326b2309e0a1c0bbc72574dc (patch) | |
| tree | 36edf5f6d45a30f2f689d831bc0bb9d326c40be9 /sys/nfs | |
| parent | a2cc1fa20520c3cb6fe008e78db819e03de5773a (diff) | |
Notes
Diffstat (limited to 'sys/nfs')
| -rw-r--r-- | sys/nfs/nfs_serv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c index e6cd7bdd956e..26ec319cc3b2 100644 --- a/sys/nfs/nfs_serv.c +++ b/sys/nfs/nfs_serv.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_serv.c 8.3 (Berkeley) 1/12/94 - * $Id: nfs_serv.c,v 1.8 1995/01/09 16:05:07 davidg Exp $ + * $Id: nfs_serv.c,v 1.9 1995/02/15 03:03:03 davidg Exp $ */ /* @@ -1118,7 +1118,7 @@ out: nfsrv_vrele(nd.ni_vp); } out1: - nfsrv_vput(vp); + nfsrv_vrele(vp); nfsm_reply(0); nfsm_srvdone; } |
