diff options
| author | Günther Deschner <gd@samba.org> | 2008-10-28 01:23:04 +0100 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2008-10-28 23:40:53 +0100 |
| commit | a674a3bbf3520cd8f93f35dcc8a4ec59c456e1ba (patch) | |
| tree | 5b7d7bbb9862a26c12cf6d3d27cab08e374a6ab8 /source4/librpc | |
| parent | 2a329c496379d1b94fa9d83b4fc1fc1921636512 (diff) | |
| download | samba-a674a3bbf3520cd8f93f35dcc8a4ec59c456e1ba.tar.gz samba-a674a3bbf3520cd8f93f35dcc8a4ec59c456e1ba.tar.xz samba-a674a3bbf3520cd8f93f35dcc8a4ec59c456e1ba.zip | |
s4-netlogon: merge netr_GetAnyDCName from s3 idl (untested).
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 23be2e5667..34da844ce7 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -867,7 +867,7 @@ interface netlogon WERROR netr_GetAnyDCName( [in,unique] [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 ); |
