diff options
author | Günther Deschner <gd@samba.org> | 2008-10-27 16:14:28 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-28 23:40:52 +0100 |
commit | 2a329c496379d1b94fa9d83b4fc1fc1921636512 (patch) | |
tree | 5afef8aba42851ca3fcdf08f509b7cb692fa7e62 /source4/librpc | |
parent | 2a7de4e3f802f1a180132f766ce2c5effd971dc2 (diff) | |
download | samba-2a329c496379d1b94fa9d83b4fc1fc1921636512.tar.gz samba-2a329c496379d1b94fa9d83b4fc1fc1921636512.tar.bz2 samba-2a329c496379d1b94fa9d83b4fc1fc1921636512.zip |
s4-netlogon: merge netr_DsRGetSiteName 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 2ddf78de31..23be2e5667 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -1130,7 +1130,7 @@ interface netlogon /* Function 0x1c */ WERROR netr_DsRGetSiteName( [in,unique] [string,charset(UTF16)] uint16 *computer_name, - [out,unique] [string,charset(UTF16)] uint16 *site + [out,ref] [string,charset(UTF16)] uint16 **site ); /****************/ |