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:
committed by
Gerald (Jerry) Carter
parent
6f5bd76021
commit
ce9a262d37
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user