Fix netr_DsRGetDCNameEx and netr_DsRGetDCNameEx2 IDL.
authorGünther Deschner <gd@samba.org>
Fri, 25 Jan 2008 20:12:42 +0000 (21:12 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 25 Jan 2008 20:43:25 +0000 (21:43 +0100)
Guenther

source/librpc/idl/netlogon.idl

index 894c8e6e28a0f42b336bd200c1ec03e4d81da831..f485f8e26e34470bc6c3e78f0c58cdce9f5fb6ca 100644 (file)
@@ -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
                );
 
        /****************/