From owner-cvs-libexec Fri Oct 3 10:54:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA01157 for cvs-libexec-outgoing; Fri, 3 Oct 1997 10:54:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA01100; Fri, 3 Oct 1997 10:53:35 -0700 (PDT) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA29669; Fri, 3 Oct 1997 10:47:41 -0700 (PDT) Date: Fri, 3 Oct 1997 10:47:41 -0700 (PDT) Message-Id: <199710031747.KAA29669@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/ypxfr ypxfr_main.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1997/10/03 10:47:40 PDT Modified files: (Branch: RELENG_2_2) libexec/ypxfr ypxfr_main.c Log: Merge bugfix from -current (don't allow records with zero length keys into databases when transfering from non-FreeBSD YP masters). Also, since I was here, check for return of -1 from getopt() instead of EOF. OK'ed by: jkh Revision Changes Path 1.6.2.1 +23 -7 src/libexec/ypxfr/ypxfr_main.c