diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-09-11 19:42:17 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-09-11 22:32:42 +1000 |
commit | bc6a3a2e3f783b8a7dd87e72c55443fbfde12c00 (patch) | |
tree | a5fbeabbac3d4e8c3dfd037bc15275f5f1bfe206 | |
parent | b9b93b845cc7fd20d6d2acafd8958b9d87bfd8db (diff) | |
download | samba-bc6a3a2e3f783b8a7dd87e72c55443fbfde12c00.tar.gz samba-bc6a3a2e3f783b8a7dd87e72c55443fbfde12c00.tar.xz samba-bc6a3a2e3f783b8a7dd87e72c55443fbfde12c00.zip |
security.idl Clarify that this is not a network structure
-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 13ccb495373..266af49caa6 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[*]; |