• Rob Shearman's avatar
    rpcrt4: Fix the pointer level being passed into call_unmarshaller in… · 0e7b2534
    Rob Shearman authored
    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.
    0e7b2534
ndr_stubless.c 56.5 KB