From ea0798881a7aaf5897a3a3806149536d3d54fc3b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 17 May 2017 11:35:20 +0200 Subject: lsa.idl: make lsa_DnsDomainInfo [public] BUG: https://bugzilla.samba.org/show_bug.cgi?id=12782 Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc') diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl index 1682dbd27e9..ea8a426fa01 100644 --- a/librpc/idl/lsa.idl +++ b/librpc/idl/lsa.idl @@ -368,7 +368,7 @@ import "misc.idl", "security.idl"; uint8 log_is_full; } lsa_AuditFullQueryInfo; - typedef struct { + typedef [public] struct { /* it's important that we use the lsa_StringLarge here, * because otherwise windows clients result with such dns hostnames * e.g. w2k3-client.samba4.samba.orgsamba4.samba.org -- cgit v1.2.1