Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/ypserv/ypxfr
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.
Home |
Main Index |
Thread Index |
Old Index