diff options
author | Günther Deschner <gd@samba.org> | 2008-01-25 21:12:42 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-25 21:43:25 +0100 |
commit | bd0b283fcd74066362647eec121ff99e0d7f66f2 (patch) | |
tree | bca1419ed72342ac8ef94a13ab81742fd2383ab2 | |
parent | 9dee9fcb11b5c96cc233b7c90d5e5be5531a3f31 (diff) | |
download | samba-bd0b283fcd74066362647eec121ff99e0d7f66f2.tar.gz samba-bd0b283fcd74066362647eec121ff99e0d7f66f2.tar.bz2 samba-bd0b283fcd74066362647eec121ff99e0d7f66f2.zip |
Fix netr_DsRGetDCNameEx and netr_DsRGetDCNameEx2 IDL.
Guenther
(This used to be commit 46679ddbc3137ac6edcdb1c61e2a7fa65f91341d)
-rw-r--r-- | source3/librpc/idl/netlogon.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index 894c8e6e28..f485f8e26e 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -1028,7 +1028,7 @@ interface netlogon [in] GUID *domain_guid, [in] [string,charset(UTF16)] uint16 *site_name, [in] netr_DsRGetDCName_flags flags, - [out,ref] netr_DsRGetDCNameInfo *info + [out,ref] netr_DsRGetDCNameInfo **info ); /****************/ @@ -1161,7 +1161,7 @@ interface netlogon [in] GUID *domain_guid, [in] [string,charset(UTF16)] uint16 *site_name, [in] netr_DsRGetDCName_flags flags, - [out,ref] netr_DsRGetDCNameInfo *info + [out,ref] netr_DsRGetDCNameInfo **info ); /****************/ |