rpcrt4: Move the setting of retval_ptr outside of any particular stub phase in stub_d...
commitffffcfa239c10da92160fa2991b1dcfdbca77753
authorRob Shearman <rob@codeweavers.com>
Tue, 15 Jan 2008 20:55:40 +0000 (15 20:55 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 16 Jan 2008 11:15:51 +0000 (16 12:15 +0100)
treec7351d7550b0eb1ae56f56ea1402e41711bb3d86
parent018117e6a3d11dd5c38671c5bbc61babebb585ef
rpcrt4: Move the setting of retval_ptr outside of any particular stub phase in stub_do_args and stub_do_old_args.

After the change in order of phases it was no longer being set in the
last phase and so caused all stubless functions to appear to have no
return value.
dlls/rpcrt4/ndr_stubless.c