diff options
author | Stefan Metzmacher <metze@samba.org> | 2017-05-17 11:35:37 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2017-06-27 16:57:46 +0200 |
commit | 60274475332dafdfb829a7c086ea09cd9ed00540 (patch) | |
tree | ceccff543acdc97d50d0cc5a3e99ca6f176541bd /librpc | |
parent | ea0798881a7aaf5897a3a3806149536d3d54fc3b (diff) | |
download | samba-60274475332dafdfb829a7c086ea09cd9ed00540.tar.gz |
netlogon.idl: make netr_TrustFlags [public]
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>
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 4f9da3d715d..4dd376961f4 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -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, |