rpcrt4: Fix the pointer saved during full pointer unmarshalling.
commit37793cd5507df9a42e93f79ba6894fc0be0be431
authorRob Shearman <robertshearman@gmail.com>
Wed, 18 Nov 2009 00:25:26 +0000 (18 00:25 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Nov 2009 14:14:10 +0000 (18 15:14 +0100)
tree4fc15200fe39670697e2a642e7adcf78930e4b0e
parent51dbc8d06b65a45d4507b6ad15d78c4e24af9689
rpcrt4: Fix the pointer saved during full pointer unmarshalling.

The pointer address may set by the type unmarshalling function and
therefore will not be base_ptr_val. This value is the value at
*pPointer and is what needs to be retrieved during subsequent
unmarshalling of the same function.
dlls/rpcrt4/ndr_marshall.c