From owner-cvs-usrsbin Thu Oct 9 13:30:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA27266 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 13:30:26 -0700 (PDT) (envelope-from owner-cvs-usrsbin) 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 NAA27173; Thu, 9 Oct 1997 13:29:56 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA16787; Thu, 9 Oct 1997 13:29:40 -0700 (PDT) Date: Thu, 9 Oct 1997 13:29:40 -0700 (PDT) Message-Id: <199710092029.NAA16787@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ypbind yp_ping.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1997/10/09 13:29:40 PDT Modified files: usr.sbin/ypbind yp_ping.c Log: Fix bug in __yp_ping(): keep proper count of assigned request structures. The test to see if a request struct had been assigned after looping though the server list was bogus. Submitted by: "Erik E. Rantapaa" Revision Changes Path 1.2 +5 -3 src/usr.sbin/ypbind/yp_ping.c