aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-12-08 23:11:24 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-12-08 23:11:24 +0000
commitd27dddc9d5ad51a91ab4e974acdb2c73f26a9453 (patch)
treed833d6c49f42309ed57acd12401be325a399dbb2 /sys/nfs
parent776532286896a0397506672345b0a5bfdf188d93 (diff)
Notes
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs_serv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c
index 5e178e12d1ec..a70996e97846 100644
--- a/sys/nfs/nfs_serv.c
+++ b/sys/nfs/nfs_serv.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_serv.c 8.8 (Berkeley) 7/31/95
- * $Id: nfs_serv.c,v 1.69 1998/06/07 17:12:24 dfr Exp $
+ * $Id: nfs_serv.c,v 1.70 1998/10/31 15:39:31 peter Exp $
*/
/*
@@ -1776,7 +1776,7 @@ out:
vrele(nd.ni_dvp);
else
vput(nd.ni_dvp);
- if (vp != NULLVP);
+ if (vp != NULLVP)
vput(vp);
}
if (dirp && v3) {