From owner-cvs-all Sun Jun 30 16:35: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C6737B401; Sun, 30 Jun 2002 16:34:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D4943E09; Sun, 30 Jun 2002 16:34:58 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5UNYwJU071403; Sun, 30 Jun 2002 16:34:58 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5UNYwjX071402; Sun, 30 Jun 2002 16:34:58 -0700 (PDT) Message-Id: <200206302334.g5UNYwjX071402@freefall.freebsd.org> From: Ian Dowse Date: Sun, 30 Jun 2002 16:34:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc pmap_rmt.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/06/30 16:34:58 PDT Modified files: (Branch: RELENG_4) lib/libc/rpc pmap_rmt.c Log: Correct some dumb behaviour in clnt_broadcast(), where it would give up and return an error if sending to any interface failed. If an interface that comes early in the list is in a state where all sends fail, clnt_broadcast() might never get to the interfaces that matter. Instead, only fail if all sends are unsuccessful. This is not an MFC; -CURRENT uses the TI-RPC code, which does not have this bug. PR: misc/34842 Submitted by: Per Hedeland Revision Changes Path 1.16.2.1 +9 -5 src/lib/libc/rpc/pmap_rmt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message