summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/lsa.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-02 04:33:57 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-02 04:33:57 +0000
commit9632db5a19f69500f42211fd53cc38bc18991b83 (patch)
tree07bf9624e5edf9752284ec70a5c10567f56f9eef /source4/librpc/idl/lsa.idl
parentf9419900d3804c62d17bfd6faf933ecc38197995 (diff)
downloadsamba-9632db5a19f69500f42211fd53cc38bc18991b83.tar.gz
samba-9632db5a19f69500f42211fd53cc38bc18991b83.tar.bz2
samba-9632db5a19f69500f42211fd53cc38bc18991b83.zip
netr_DatabaseSync() now works fully for database 0
(This used to be commit 360d03bb56ec7d129ec0d62a701f4bf0ff3876af)
Diffstat (limited to 'source4/librpc/idl/lsa.idl')
-rw-r--r--source4/librpc/idl/lsa.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl
index c90654d941..d4829097bd 100644
--- a/source4/librpc/idl/lsa.idl
+++ b/source4/librpc/idl/lsa.idl
@@ -55,7 +55,7 @@
/******************/
/* Function: 0x03 */
- typedef struct {
+ typedef [public] struct {
uint32 size;
[subcontext(4)] security_descriptor *sd;
} sec_desc_buf;
@@ -216,7 +216,7 @@
dom_sid2 *sid;
} lsa_SidPtr;
- typedef struct {
+ typedef [public] struct {
uint32 num_sids;
[size_is(num_sids)] lsa_SidPtr *sids;
} lsa_SidArray;