rpcrt4: Don't reserve space in the buffer for reference pointers embedded in complex...
commit620d783680cc1b867da348500a0f4f5c6b441d42
authorRob Shearman <robertshearman@gmail.com>
Thu, 3 Jul 2008 22:28:02 +0000 (3 23:28 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 4 Jul 2008 17:49:00 +0000 (4 19:49 +0200)
treeea370382593f4b0ca1bd73639a6fb66f5977ac29
parent5887be5717eddbc4493accf8c66c0e739790cbc2
rpcrt4: Don't reserve space in the buffer for reference pointers embedded in complex types.

Ref pointers don't need a pointer ID and reserving space would render
the code incompatible with other clients. Note that the pointer
marshalling/unmarshalling functions didn't actually read/write pointer
IDs to/from the reserved space in the buffer.
dlls/rpcrt4/ndr_marshall.c