netlogon.idl: make netr_TrustFlags [public]
authorStefan Metzmacher <metze@samba.org>
Wed, 17 May 2017 09:35:37 +0000 (11:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 13 Jul 2017 18:01:29 +0000 (20:01 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12782

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit 60274475332dafdfb829a7c086ea09cd9ed00540)

librpc/idl/netlogon.idl

index 621d537a62ccd9e289b183631a2d9064ae075990..50ce15cedd8e605d6792814e66b788c75c1f9934 100644 (file)
@@ -1261,7 +1261,7 @@ interface netlogon
 
        /****************/
        /* Function 0x1d */
-       typedef [bitmap32bit] bitmap {
+       typedef [public,bitmap32bit] bitmap {
                NETR_TRUST_FLAG_IN_FOREST = 0x00000001,
                NETR_TRUST_FLAG_OUTBOUND  = 0x00000002,
                NETR_TRUST_FLAG_TREEROOT  = 0x00000004,