From a0b1968167c36c345711a98c65c3974590b1ce6a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Sep 2009 15:29:44 +0200 Subject: s3-netlogon: use WERRORs in NETLOGON_INFO structures. Guenther --- librpc/gen_ndr/netlogon.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'librpc/gen_ndr/netlogon.h') diff --git a/librpc/gen_ndr/netlogon.h b/librpc/gen_ndr/netlogon.h index b3cf3f35cf..931222f27c 100644 --- a/librpc/gen_ndr/netlogon.h +++ b/librpc/gen_ndr/netlogon.h @@ -656,14 +656,14 @@ struct netr_AccountBuffer { struct netr_NETLOGON_INFO_1 { uint32_t flags; - uint32_t pdc_connection_status; + WERROR pdc_connection_status; }; struct netr_NETLOGON_INFO_2 { uint32_t flags; - uint32_t pdc_connection_status; + WERROR pdc_connection_status; const char *trusted_dc_name;/* [unique,charset(UTF16)] */ - uint32_t tc_connection_status; + WERROR tc_connection_status; }; struct netr_NETLOGON_INFO_3 { -- cgit