summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorPavel Filipenský <pfilipen@redhat.com>2021-06-22 16:00:00 +0200
committerAndrew Bartlett <abartlet@samba.org>2021-06-29 03:07:17 +0000
commit5f70396e62d7cc77bf248576e2ca6e7f0f755bde (patch)
treecb83f7525ff52b18eb93d4f6946cb00951a64d54 /source3/librpc
parentfeaf0d1ab7128230181c071c8da9cd2cc67bd41c (diff)
downloadsamba-5f70396e62d7cc77bf248576e2ca6e7f0f755bde.tar.gz
idl: secrets_domain_info1_change is not a recursive structure
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
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/secrets.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/secrets.idl b/source3/librpc/idl/secrets.idl
index 186d925e45e..2c06fa6990d 100644
--- a/source3/librpc/idl/secrets.idl
+++ b/source3/librpc/idl/secrets.idl
@@ -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;