Submitted by: "David E. Cross" <crossd@cs.rpi.edu>

Matt missed a line..
This commit is contained in:
Julian Elischer 1999-06-30 04:29:13 +00:00
parent 0f1bf4524a
commit 3ba6a72322
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48362
2 changed files with 4 additions and 2 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_serv.c 8.8 (Berkeley) 7/31/95
* $Id: nfs_serv.c,v 1.78 1999/06/05 05:34:58 peter Exp $
* $Id: nfs_serv.c,v 1.79 1999/06/23 04:44:11 julian Exp $
*/
/*
@ -1582,6 +1582,7 @@ nfsrv_create(nfsd, slp, procp, mrq)
if (error) {
nfsm_reply(NFSX_WCCDATA(v3));
nfsm_srvwcc_data(dirfor_ret, &dirfor, diraft_ret, &diraft);
error = 0;
goto nfsmout;
}

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_serv.c 8.8 (Berkeley) 7/31/95
* $Id: nfs_serv.c,v 1.78 1999/06/05 05:34:58 peter Exp $
* $Id: nfs_serv.c,v 1.79 1999/06/23 04:44:11 julian Exp $
*/
/*
@ -1582,6 +1582,7 @@ nfsrv_create(nfsd, slp, procp, mrq)
if (error) {
nfsm_reply(NFSX_WCCDATA(v3));
nfsm_srvwcc_data(dirfor_ret, &dirfor, diraft_ret, &diraft);
error = 0;
goto nfsmout;
}