summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-03-11 12:09:42 +0100
committerGünther Deschner <gd@samba.org>2015-03-12 17:13:44 +0100
commitb6292d8be48f6def099404319e439ca600e9331e (patch)
treeef61290ba23eb69c8b82f5880ace5a4957ea0e9c /librpc
parentaea55377f948e54e014f330c8e2b59926128d3db (diff)
downloadsamba-b6292d8be48f6def099404319e439ca600e9331e.tar.gz
s4-torture: add ndr test for lsa_lsaRQueryForestTrustInformation().
Thanks to Alexander for providing the binary blobs. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/lsa.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl
index 9e8d50876f8..09ddf718624 100644
--- a/librpc/idl/lsa.idl
+++ b/librpc/idl/lsa.idl
@@ -1305,7 +1305,7 @@ import "misc.idl", "security.idl";
[size_is(count)] lsa_ForestTrustRecord **entries;
} lsa_ForestTrustInformation;
- NTSTATUS lsa_lsaRQueryForestTrustInformation(
+ [public] NTSTATUS lsa_lsaRQueryForestTrustInformation(
[in] policy_handle *handle,
[in,ref] lsa_String *trusted_domain_name,
[in] lsa_ForestTrustRecordType highest_record_type,