From: Andrew Bartlett Date: Thu, 21 Sep 2023 04:08:52 +0000 (+1200) Subject: add comment that ace_condition_composite is not representative of the wire format X-Git-Tag: tevent-0.16.0~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2e6df03112b31d671288a8db303dff37ecaa054;p=thirdparty%2Fsamba.git add comment that ace_condition_composite is not representative of the wire format Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/librpc/idl/conditional_ace.idl b/librpc/idl/conditional_ace.idl index 1b9de9ec915..28c1b91545d 100644 --- a/librpc/idl/conditional_ace.idl +++ b/librpc/idl/conditional_ace.idl @@ -287,6 +287,8 @@ interface conditional_ace * The composite type has an array of sub-tokens, which can * themselves be composites containing composites, though this * is unlikely to be useful when dealing with claims. + * + * This structure is not representative of the wire format. */ typedef struct { ace_condition_token *tokens;