From owner-freebsd-commit Sat Feb 3 21:06:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA26276 for freebsd-commit-outgoing; Sat, 3 Feb 1996 21:06:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA26163 for cvs-all-outgoing; Sat, 3 Feb 1996 21:05:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA26149 for cvs-lib-outgoing; Sat, 3 Feb 1996 21:05:47 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA26138 Sat, 3 Feb 1996 21:05:46 -0800 (PST) Date: Sat, 3 Feb 1996 21:05:46 -0800 (PST) From: Bill Paul Message-Id: <199602040505.VAA26138@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/yp xdryp.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/02/03 21:05:45 Modified: lib/libc/yp xdryp.c Log: Make sure xdr_ypresp_all_seq() always returns a sane 'status' value. (There were cases where it was leaving the status uninitialized.) Revision Changes Path 1.5 +3 -1 src/lib/libc/yp/xdryp.c