Fix typo (; in "if (vp == NULL);").

This commit is contained in:
Eivind Eklund 1998-12-08 23:11:24 +00:00
parent 7765322868
commit d27dddc9d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41606
2 changed files with 4 additions and 4 deletions

View File

@ -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 @@ nfsrv_remove(nfsd, slp, procp, mrq)
vrele(nd.ni_dvp);
else
vput(nd.ni_dvp);
if (vp != NULLVP);
if (vp != NULLVP)
vput(vp);
}
if (dirp && v3) {

View File

@ -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 @@ nfsrv_remove(nfsd, slp, procp, mrq)
vrele(nd.ni_dvp);
else
vput(nd.ni_dvp);
if (vp != NULLVP);
if (vp != NULLVP)
vput(vp);
}
if (dirp && v3) {