1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-04 00:23:49 +03:00

r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call

and move it to librpc/ndr/libndr.h

metze
This commit is contained in:
Stefan Metzmacher
2007-08-18 10:30:40 +00:00
committed by Gerald (Jerry) Carter
parent 2ed014cfb8
commit abd5551aab
8 changed files with 20 additions and 23 deletions

View File

@@ -156,7 +156,7 @@ static NTSTATUS remote_op_dispatch(struct dcesrv_call_state *dce_call, TALLOC_CT
struct dcesrv_remote_private *private = dce_call->context->private;
uint16_t opnum = dce_call->pkt.u.request.opnum;
const struct dcerpc_interface_table *table = dce_call->context->iface->private;
const struct dcerpc_interface_call *call;
const struct ndr_interface_call *call;
const char *name;
name = table->calls[opnum].name;