diff options
author | Günther Deschner <gd@samba.org> | 2009-09-02 15:29:44 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-02 15:29:44 +0200 |
commit | a0b1968167c36c345711a98c65c3974590b1ce6a (patch) | |
tree | aae8b1640a0b45c2c4886df307c8e1cb297b16cc /librpc/idl | |
parent | 6657598168724d4fe076f9014c2b5c16a034fe52 (diff) | |
download | samba-a0b1968167c36c345711a98c65c3974590b1ce6a.tar.gz samba-a0b1968167c36c345711a98c65c3974590b1ce6a.tar.bz2 samba-a0b1968167c36c345711a98c65c3974590b1ce6a.zip |
s3-netlogon: use WERRORs in NETLOGON_INFO structures.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/netlogon.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index cec686b538..736a0fd9e4 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -843,14 +843,14 @@ interface netlogon typedef struct { netr_InfoFlags flags; - uint32 pdc_connection_status; + WERROR pdc_connection_status; } netr_NETLOGON_INFO_1; typedef struct { netr_InfoFlags flags; - uint32 pdc_connection_status; + WERROR pdc_connection_status; [string,charset(UTF16)] uint16 *trusted_dc_name; - uint32 tc_connection_status; + WERROR tc_connection_status; } netr_NETLOGON_INFO_2; typedef struct { |