Date: Sun, 30 Jun 2002 16:34:58 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc pmap_rmt.c Message-ID: <200206302334.g5UNYwjX071402@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <per@bluetail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206302334.g5UNYwjX071402>