mapiproxy: Update to reflect samba4 API change.
authorbradh <bradh@71d39326-ef09-db11-b2a4-00e04c779ad1>
Mon, 14 Mar 2011 08:37:23 +0000 (08:37 +0000)
committerbradh <bradh@71d39326-ef09-db11-b2a4-00e04c779ad1>
Mon, 14 Mar 2011 08:37:23 +0000 (08:37 +0000)
git-svn-id: https://svn.openchange.org/openchange@2737 71d39326-ef09-db11-b2a4-00e04c779ad1

trunk/mapiproxy/dcesrv_mapiproxy.c

index fada1cdf864f48714e0a45ffff1c701fddb93c7e..d7630db439093fc8cda8de2f6d5e3edafbe6049e 100644 (file)
@@ -511,7 +511,7 @@ static NTSTATUS mapiproxy_op_dispatch(struct dcesrv_call_state *dce_call, TALLOC
                
                private_data->c_pipe->last_fault_code = 0;
                if (mapiproxy.norelay == false) {
-                       status = dcerpc_ndr_request(private_data->c_pipe, NULL, table, opnum, mem_ctx, r);
+                       status = dcerpc_binding_handle_call(private_data->c_pipe->binding_handle, NULL, table, opnum, mem_ctx, r);
                }
                
                dce_call->fault_code = private_data->c_pipe->last_fault_code;