Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 06/09/2000 02:57:30
Module Name:	basesrc
Committed By:	bouyer
Date:		Fri Jun  9 09:57:30 UTC 2000

Modified Files:
	basesrc/usr.sbin/rpc.statd: statd.c

Log Message:
Always copy pointer returned by db->get or db->seq before using, to avoid
alignements issues.
While doing this I found a bug in reset_host(), notifyReqd was set to
the wrong pointer.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 basesrc/usr.sbin/rpc.statd/statd.c

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