Simplify rpc_read a bit
authorVolker Lendecke <vl@samba.org>
Wed, 14 Jan 2009 15:06:10 +0000 (16:06 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 14 Jan 2009 16:08:39 +0000 (17:08 +0100)
commit11e3388083be7a1be7854cab1603f2dc2905032e
tree8d22528c89bfba88af6bb1cf3007e5e48605ba2f
parent15dd11b31eac52ffe216efc60129980c9fc3f052
Simplify rpc_read a bit

rpc_read always reads the whole bytes it was asked to read. So it is not really
necessary for it to update the current_pdu_offset, for clarity this can better
be done in the caller.
source3/rpc_client/cli_pipe.c