From b15a42e925a5cd86662b1a4d7aa014254e29cb8a Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Wed, 26 Apr 2006 14:42:47 +0000 Subject: r15281: A few updates for consistency's sake (This used to be commit 77b036a81bda9ba9274e8d431399a0c9543b29d4) --- source4/librpc/idl/wkssvc.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/librpc/idl/wkssvc.idl') diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl index d51cb661c8..cf7e5d6996 100644 --- a/source4/librpc/idl/wkssvc.idl +++ b/source4/librpc/idl/wkssvc.idl @@ -292,7 +292,7 @@ WERROR WKSSVC_NETRGETJOINABLEOUS (); typedef struct { - uint8 blob[524]; + uint8 data[524]; } wkssvc_PasswordBuffer; typedef [bitmap32bit] bitmap { @@ -329,7 +329,7 @@ [in] [string,charset(UTF16),ref] uint16 *domain_name, [in] [string,charset(UTF16)] uint16 *account_name, [in] [string,charset(UTF16)] uint16 *admin_account, - [in] wkssvc_PasswordBuffer *type_30, + [in] wkssvc_PasswordBuffer *encrypted_password, [in] wkssvc_joinflags join_flags ); @@ -338,7 +338,7 @@ WERROR wkssvc_NetrUnjoinDomain2 ( [in] [unique] [string,charset(UTF16)] uint16 *server_name, [in] [unique] [string,charset(UTF16)] uint16 *account, - [in] [unique] wkssvc_PasswordBuffer *Encrypted_password, + [in] [unique] wkssvc_PasswordBuffer *encrypted_password, [in] wkssvc_joinflags unjoin_flags ); -- cgit