1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

r8284: - fixed some uninitialised variables in the irpc code

- added code to send multiple irpc calls in parallel, to all servers
  that have registered the given name, with output going in
  io.results[i]. This allows you to make rpc calls to multiple servers
  at once, which is needed for clients like smbstatus
(This used to be commit 061e20e509)
This commit is contained in:
Andrew Tridgell
2005-07-10 08:35:18 +00:00
committed by Gerald (Jerry) Carter
parent e43e8fcf55
commit 056096c30b
5 changed files with 107 additions and 11 deletions

View File

@ -97,7 +97,6 @@ void ejs_exception(const char *reason)
}
talloc_steal(mem_ctx, argv_list);
v = mprList("ARGV", argv_list);
mprSetPropertyValue(&v, "length", mprCreateIntegerVar(i-1));
mprSetVar(ejsGetGlobalObject(eid), "ARGV", v);
/* load the script and advance past interpreter line*/