]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for lsa_QueryDomainInformationPolicy.
authorGünther Deschner <gd@samba.org>
Tue, 8 Apr 2008 20:50:05 +0000 (22:50 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 8 Apr 2008 20:50:05 +0000 (22:50 +0200)
Guenther

source/librpc/idl/lsa.idl

index a9f546ecb46744226c0decec8931ee5f93a8b625..28ededa7dbecce7e3a0a0263dcff2d50f43c5355 100644 (file)
@@ -871,8 +871,8 @@ import "security.idl";
 
        NTSTATUS lsa_QueryDomainInformationPolicy(
                [in]            policy_handle *handle,
-               [in]                    uint16 level,
-               [out,unique,switch_is(level)]   lsa_DomainInformationPolicy *info
+               [in]            uint16 level,
+               [out,ref,switch_is(level)]      lsa_DomainInformationPolicy **info
                );
 
        /* Function 0x36 */