rpcrt4: Fix Variance Callback Functions.
commit2cb3b22c26601342a5567a83abe180c8a58759de
authorRobert Shearman <rob@codeweavers.com>
Thu, 13 Jul 2006 23:02:44 +0000 (14 00:02 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 14 Jul 2006 10:38:53 +0000 (14 12:38 +0200)
tree3ba3a64109a93afe0493f17bcb18946067d27025
parenta02034a609ca2f8ab3eac156b69a225188fbbc48
rpcrt4: Fix Variance Callback Functions.

A callback function for computing the variance puts the computed value
into the same field as a conformance, so make sure to copy the value
into pCount before returning from ComputeConformanceOrVariance.
dlls/rpcrt4/ndr_marshall.c