Subject: CVS commit: src/usr.sbin/ypserv/ypxfr
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/22/2006 19:54:13
Module Name:	src
Committed By:	bouyer
Date:		Wed Mar 22 19:54:13 UTC 2006

Modified Files:
	src/usr.sbin/ypserv/ypxfr: ypxfr.c

Log Message:
In add_secure(), change
(status > 0) to (status == 0 && value). It doesn't make sense to handle value
only if there was an error.
Fix coverity ID 1709.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/usr.sbin/ypserv/ypxfr/ypxfr.c

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