]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
idl: secrets_domain_info1_change is not a recursive structure
authorPavel Filipenský <pfilipen@redhat.com>
Tue, 22 Jun 2021 14:00:00 +0000 (16:00 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 29 Jun 2021 03:07:17 +0000 (03:07 +0000)
575d39048e3b4f619d65d65303ac809c40c5d495 has marked
several structures as recursive, they contain typically a
backpointer named '* next'. secrets_domain_info1 is not self
recursive, it only contains a pointer named '*next_change'.

Signed-off-by: Pavel Filipenský <pfilipen@redhat.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Jun 29 03:07:17 UTC 2021 on sn-devel-184

source3/librpc/idl/secrets.idl

index 186d925e45e360ee6214f863489ab7ecbcfc24ec..2c06fa6990dbfba9de15174f57b048fbebb14ca1 100644 (file)
@@ -100,7 +100,7 @@ import "misc.idl", "samr.idl", "lsa.idl", "netlogon.idl", "security.idl";
 
                NTTIME password_last_change;
                hyper password_changes;
-               [max_recursion(20000)] secrets_domain_info1_change *next_change;
+               secrets_domain_info1_change *next_change;
 
                [ref] secrets_domain_info1_password *password;
                secrets_domain_info1_password *old_password;