1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-26 23:33:15 +03:00

r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC test

This commit is contained in:
Andrew Tridgell
2005-08-01 17:33:43 +00:00
committed by Gerald (Jerry) Carter
parent 6f5bd76021
commit ce9a262d37
4 changed files with 20 additions and 15 deletions

View File

@@ -219,7 +219,7 @@ static int ejs_irpc_call(int eid, struct MprVar *io,
/* make the actual calls */
for (i=0;i<count;i++) {
reqs[i] = irpc_call_send(p->msg_ctx, p->dest_ids[i],
iface, callnum, ptr);
iface, callnum, ptr, ptr);
if (reqs[i] == NULL) {
status = NT_STATUS_NO_MEMORY;
goto done;