Subject: CVS commit: src/usr.sbin/rpc.lockd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/02/2005 09:30:27
Module Name:	src
Committed By:	lukem
Date:		Thu Jun  2 09:30:27 UTC 2005

Modified Files:
	src/usr.sbin/rpc.lockd: lockd_lock.c

Log Message:
Test the correct pointer 'rfl' rather than an uninitialized 'fl' when
determining whether the lock was a LOCK_V4 or not.
Detected with gcc -Wuninitialized.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/usr.sbin/rpc.lockd/lockd_lock.c

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