K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-05-18T19:43:18.000000Z K 7 svn:log V 331 The function clnt_dg_call(), which is used for UDP RPC calls, could accidentally clobber the server address if a stray packet arrived at the client port. This would result in any further retransmits going to the wrong address. For now, fix this by not saving the source address of the reply; this matches the pre-tirpc behaviour. END