From 5f70396e62d7cc77bf248576e2ca6e7f0f755bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Filipensk=C3=BD?= Date: Tue, 22 Jun 2021 16:00:00 +0200 Subject: idl: secrets_domain_info1_change is not a recursive structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ý Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Tue Jun 29 03:07:17 UTC 2021 on sn-devel-184 --- source3/librpc/idl/secrets.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc') 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; -- cgit v1.2.1