diff options
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/security.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index 13ccb49537..266af49caa 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -569,6 +569,7 @@ interface security [subcontext(4)] security_descriptor *sd; } sec_desc_buf; + /* This is not yet sent over the network, but is simply defined in IDL */ typedef [public] struct { uint32 num_sids; [size_is(num_sids)] dom_sid sids[*]; |