diff options
author | Günther Deschner <gd@samba.org> | 2008-05-08 18:32:22 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-05-09 14:59:20 +0200 |
commit | 67c644aa591c051cfe1e3f3536186ecf0b4449f2 (patch) | |
tree | c32fad2091649b7d47c3210bfb08a7b2e2bc791a /source3/librpc/idl | |
parent | c58ab8f3b251f9fbf79fc8a528717e0756c02a76 (diff) | |
download | samba-67c644aa591c051cfe1e3f3536186ecf0b4449f2.tar.gz samba-67c644aa591c051cfe1e3f3536186ecf0b4449f2.tar.bz2 samba-67c644aa591c051cfe1e3f3536186ecf0b4449f2.zip |
dsgetdcname: use existing messaging_context if possible.
Guenther
(This used to be commit 7889516a384c155a9045aad4409c041fddd0d98d)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/libnet_join.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl index 3975d83a80..7f6e346455 100644 --- a/source3/librpc/idl/libnet_join.idl +++ b/source3/librpc/idl/libnet_join.idl @@ -31,6 +31,7 @@ interface libnetjoin [in] ads_struct *ads, [in] boolean8 debug, [in] netr_SchannelType secure_channel_type, + [in,noprint] messaging_context *msg_ctx, [out] string account_name, [out] string netbios_domain_name, [out] string dns_domain_name, @@ -54,6 +55,7 @@ interface libnetjoin [in] dom_sid *domain_sid, [in] ads_struct *ads, [in] boolean8 debug, + [in,noprint] messaging_context *msg_ctx, [out] string netbios_domain_name, [out] string dns_domain_name, [out] boolean8 modified_config, |