dfr 256e041f3b Don't call xdrrec_skiprecord in the non-blocking case. If
__xdrrec_getrec has returned TRUE, then we have a complete request in
the buffer - calling xdrrec_skiprecord is not necessary. In particular,
if there is another record already buffered on the stream,
xdrrec_skiprecord will discard both this request and the next
one, causing the call to xdr_callmsg to fail and the stream to be
closed.

Sponsored by:	Isilon Systems
2008-03-30 09:36:17 +00:00
..
2008-02-18 03:19:25 +00:00
2008-03-25 15:33:00 +00:00
2007-06-03 17:20:27 +00:00
2008-03-07 15:25:56 +00:00
2008-02-18 03:19:25 +00:00
2008-02-27 21:25:19 +00:00
2008-03-26 07:32:08 +00:00