r8284: - fixed some uninitialised variables in the irpc code
authorAndrew Tridgell <tridge@samba.org>
Sun, 10 Jul 2005 08:35:18 +0000 (08:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:31 +0000 (13:19 -0500)
commit061e20e509d95ffe16d7dd6fba7db39fc7a165ed
tree404aad771192e6cd7b5c4e0a2fc59f2751bb154e
parent529370ed92f5a683ae7bd34d0cd2ce01c2bda81a
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
source/lib/messaging/messaging.c
source/scripting/ejs/mprutil.c
source/scripting/ejs/smbcalls.h
source/scripting/ejs/smbcalls_rpc.c
source/scripting/ejs/smbscript.c