rpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_o...
commit0e7b25349d9c711d6d99d51ebaef826986674193
authorRob Shearman <rob@codeweavers.com>
Mon, 10 Mar 2008 17:24:49 +0000 (10 17:24 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Mar 2008 18:25:55 +0000 (10 19:25 +0100)
tree005616d6a641b430bc41078f1733c63dcbc57c92
parent259ccc573c1e8f03e6a46321f9b5cf76edf540d0
rpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_old_format for base return parameters.

NdrBaseTypeUnmarshall expects a pointer to a pointer to a base type.
pRetVal contains a pointer to a base type, so we need to pass the
address of pRetVal into call_unmarshaller here.
dlls/rpcrt4/ndr_stubless.c