From d4b8be513cf1707000f2870ce42c968e17f6ab27 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 22 Feb 2010 13:15:44 -0500 Subject: s4:netlogon GetTrustedDomainInformation start implementing calls related to trusted domain information --- librpc/gen_ndr/netlogon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librpc/gen_ndr/netlogon.h') diff --git a/librpc/gen_ndr/netlogon.h b/librpc/gen_ndr/netlogon.h index ceda7f3ec1..a069dc5eb8 100644 --- a/librpc/gen_ndr/netlogon.h +++ b/librpc/gen_ndr/netlogon.h @@ -1830,7 +1830,7 @@ struct netr_DsRGetForestTrustInformation { struct netr_GetForestTrustInformation { struct { const char *server_name;/* [unique,charset(UTF16)] */ - const char *trusted_domain_name;/* [ref,charset(UTF16)] */ + const char *computer_name;/* [ref,charset(UTF16)] */ struct netr_Authenticator *credential;/* [ref] */ uint32_t flags; } in; @@ -1838,7 +1838,7 @@ struct netr_GetForestTrustInformation { struct { struct netr_Authenticator *return_authenticator;/* [ref] */ struct lsa_ForestTrustInformation **forest_trust_info;/* [ref] */ - WERROR result; + NTSTATUS result; } out; }; -- cgit