1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

add comment that ace_condition_composite is not representative of the wire format

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2023-09-21 16:08:52 +12:00
parent 0ac979b2cc
commit a2e6df0311

View File

@ -287,6 +287,8 @@ interface conditional_ace
* The composite type has an array of sub-tokens, which can * The composite type has an array of sub-tokens, which can
* themselves be composites containing composites, though this * themselves be composites containing composites, though this
* is unlikely to be useful when dealing with claims. * is unlikely to be useful when dealing with claims.
*
* This structure is not representative of the wire format.
*/ */
typedef struct { typedef struct {
ace_condition_token *tokens; ace_condition_token *tokens;