mirror of
https://github.com/samba-team/samba.git
synced 2025-10-21 03:33:16 +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:
committed by
Gerald (Jerry) Carter
parent
2ed014cfb8
commit
abd5551aab
@@ -182,7 +182,7 @@ static int ejs_irpc_call(int eid, struct MprVar *io,
|
||||
NTSTATUS status;
|
||||
void *ptr;
|
||||
struct ejs_rpc *ejs;
|
||||
const struct dcerpc_interface_call *call;
|
||||
const struct ndr_interface_call *call;
|
||||
struct ejs_irpc_connection *p;
|
||||
struct irpc_request **reqs;
|
||||
int i, count;
|
||||
@@ -285,7 +285,7 @@ done:
|
||||
void *ptr;
|
||||
struct rpc_request *req;
|
||||
struct ejs_rpc *ejs;
|
||||
const struct dcerpc_interface_call *call;
|
||||
const struct ndr_interface_call *call;
|
||||
|
||||
if (argc != 1 || argv[0]->type != MPR_TYPE_OBJECT) {
|
||||
ejsSetErrorMsg(eid, "rpc_call invalid arguments");
|
||||
|
Reference in New Issue
Block a user