Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 10/10/1999 13:13:54
Module Name:	syssrc
Committed By:	cgd
Date:		Sun Oct 10 20:13:54 UTC 1999

Modified Files:
	syssrc/sys/nfs [netbsd-1-4]: nfs_nqlease.c

Log Message:
pull up rev 1.30 from trunk (requested by sommerfeld):
  Fix an odd corner case if you use nfsv3 and nqnfs at the same time:
  v3 changes the error-case behavior of the nfsm_reply macro, but the
  caller keeps going and in this case you end up calling vput(NULL).


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.29.2.1 syssrc/sys/nfs/nfs_nqlease.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.