]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli/security: Remove reference to conditional ACE recursive composites
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 1 Nov 2023 22:11:17 +0000 (11:11 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 2 Nov 2023 03:08:37 +0000 (03:08 +0000)
These have been unsupported since commit
3b6c1f1a9c47d8d76a7cd946468c1c42e4fb097a.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/security/sddl_conditional_ace.c

index 2a86cd34e7f842e2677d1d5a684754a3ecb4da2e..1e054f5ad176074c4b2b1ca431c3ab4ad33423b0 100644 (file)
@@ -2451,7 +2451,7 @@ static bool parse_composite(struct ace_condition_sddl_compiler_context *comp)
         * in this loop we are looking for:
         *
         * a) possible whitespace.
-        * b) a literal, which may recurse into another composite
+        * b) a literal
         * c) more possible whitespace
         * d) a comma (or terminating '}')
         *