oops, must use read_data() not read(), as read() may only provide
authorLuke Leighton <lkcl@samba.org>
Tue, 4 Jan 2000 07:52:21 +0000 (07:52 +0000)
committerLuke Leighton <lkcl@samba.org>
Tue, 4 Jan 2000 07:52:21 +0000 (07:52 +0000)
commit528399a8a2a0903e6b8a9de0e3ac07f1f0b5f21b
tree1e8ac3273a4b5360ce7a54c092910a8ce3d541d5
parent7434c1aabdee5e71ffc752d9df7250808c824d46
oops, must use read_data() not read(), as read() may only provide
part of the data stream.  read_data() is a wrapper to guarantee
receiving exactly the requested number of bytes.
(This used to be commit 90c27b7bffa9b2121eaed0e07931830c3ba308d7)
source3/rpc_server/srv_pipe.c