diff options
author | Günther Deschner <gd@samba.org> | 2008-10-28 01:27:12 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-28 23:40:53 +0100 |
commit | f82a11783286abf30c8a36cc46a5098b3284d65d (patch) | |
tree | fdce1f0631ca1e07cc8e5808cf2ea05faec9f2cb /source4/librpc | |
parent | a674a3bbf3520cd8f93f35dcc8a4ec59c456e1ba (diff) | |
download | samba-f82a11783286abf30c8a36cc46a5098b3284d65d.tar.gz samba-f82a11783286abf30c8a36cc46a5098b3284d65d.tar.bz2 samba-f82a11783286abf30c8a36cc46a5098b3284d65d.zip |
s4-netlogon: merge netr_GetDcName from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 34da844ce7..e28da480ca 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -804,7 +804,7 @@ interface netlogon WERROR netr_GetDcName( [in] [string,charset(UTF16)] uint16 logon_server[], [in,unique] [string,charset(UTF16)] uint16 *domainname, - [out,unique] [string,charset(UTF16)] uint16 *dcname + [out,ref] [string,charset(UTF16)] uint16 **dcname ); /*****************/ |