diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-10 06:21:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:30 -0500 |
commit | f3c6f290f0c2ba84d8dbbae8d6d2bb50330a27c1 (patch) | |
tree | 797cdf2fc1dff0142bf32a1b0634a15a6adcbbe3 /source4/scripting/ejs/config.mk | |
parent | d084d6d24109ae615af89776519e7ebd722e9a4c (diff) | |
download | samba-f3c6f290f0c2ba84d8dbbae8d6d2bb50330a27c1.tar.gz samba-f3c6f290f0c2ba84d8dbbae8d6d2bb50330a27c1.tar.xz samba-f3c6f290f0c2ba84d8dbbae8d6d2bb50330a27c1.zip |
r8280: - added irpc_connect() for connecting to a irpc server by name
- make the dcerpc pipe in rpc_connect() a talloc child of the ejs
connection variable. That means when the connection variable goes out
of scope, the connection is automatically closed. That makes for a
more natural interface for closing connections in a scripting language
(tpot, you may wish to use mprSetPtrChild() in your smb glue code too)
(This used to be commit 1c170138a8e82cb42958b88b94a1d567ffa88a92)
Diffstat (limited to 'source4/scripting/ejs/config.mk')
-rw-r--r-- | source4/scripting/ejs/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/ejs/config.mk b/source4/scripting/ejs/config.mk index fce69fdb555..5c14dccfe3a 100644 --- a/source4/scripting/ejs/config.mk +++ b/source4/scripting/ejs/config.mk @@ -19,7 +19,7 @@ OBJ_FILES = \ scripting/ejs/smbcalls_cli.o \ scripting/ejs/smbcalls_rpc.o \ scripting/ejs/mprutil.o -REQUIRED_SUBSYSTEMS = AUTH EJS LIBBASIC EJSRPC +REQUIRED_SUBSYSTEMS = AUTH EJS LIBBASIC EJSRPC MESSAGING # End SUBSYSTEM SMBCALLS ####################### |