rpcrt4: Don't terminate the loop on the buffer becoming filled, but when we receive...
commitfbe829cbb1c89771c0115e1196c167be73506612
authorRob Shearman <rob@codeweavers.com>
Thu, 26 Oct 2006 22:15:11 +0000 (26 23:15 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Oct 2006 10:00:12 +0000 (27 12:00 +0200)
treeafa67a0518d40839fca533fe67db77827a5f48d5
parent28d3bd3e42fcd9388416efde0e9c5d2aa9b5886c
rpcrt4: Don't terminate the loop on the buffer becoming filled, but when we receive a packet with the RPC_FLG_LAST flag set.

This matches what is mentioned in the DCE/RPC specification.
dlls/rpcrt4/rpc_message.c