security.idl Clarify that this is not a network structure
authorAndrew Bartlett <abartlet@samba.org>
Sat, 11 Sep 2010 09:42:17 +0000 (19:42 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 11 Sep 2010 12:32:42 +0000 (22:32 +1000)
librpc/idl/security.idl

index 13ccb4953734c02d797b68dad0ab5c339c2e81b5..266af49caa6921124ebd590ecda2fdb0a9e57352 100644 (file)
@@ -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[*];