Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 10/09/1999 19:44:56
Module Name:	syssrc
Committed By:	sommerfeld
Date:		Sun Oct 10 02:44:56 UTC 1999

Modified Files:
	syssrc/sys/nfs: nfs_nqlease.c

Log Message:
Fix bug in error handling for NFSv3 + nqnfs.
With nfsv2, the nfsm_reply() macro always causes the service routine
to return if error was nonzero.

With nfsv3, we can keep going after nfsm_reply() without returning,
but nqnfsrv_getlease() didn't take this into account, so add a
return(0) after each error-case nfsm_reply(0).


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 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.