K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-06-30T23:34:58.000000Z K 7 svn:log V 468 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 END