]> git.samba.org - gd/samba-autobuild/.git/commitdiff
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>
Tue, 27 Jun 2017 14:57:46 +0000 (16:57 +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>
librpc/idl/netlogon.idl

index 4f9da3d715ded0a6d8828289e702a59e8ad66766..4dd376961f4b2d538d55cd3c8ff3e6393eba0943 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,