From bc6a3a2e3f783b8a7dd87e72c55443fbfde12c00 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 11 Sep 2010 19:42:17 +1000 Subject: security.idl Clarify that this is not a network structure --- librpc/idl/security.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc/idl') 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[*]; -- cgit