diff options
author | Stefan Metzmacher <metze@samba.org> | 2017-05-17 11:35:20 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2017-06-27 16:57:46 +0200 |
commit | ea0798881a7aaf5897a3a3806149536d3d54fc3b (patch) | |
tree | aebe3e734c98f99054dd989878d2a554401e8b32 /librpc/idl | |
parent | d60404b032eca5384d889352f52b9b129861b4af (diff) | |
download | samba-ea0798881a7aaf5897a3a3806149536d3d54fc3b.tar.gz |
lsa.idl: make lsa_DnsDomainInfo [public]
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12782
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/lsa.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |