diff options
author | Günther Deschner <gd@samba.org> | 2008-11-10 12:30:35 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-10 21:46:25 +0100 |
commit | e004307000d40fbe235827bc71229f4a5757c313 (patch) | |
tree | 61cfd2ce6f106f2387a26b6d010e6ffe7f0a3d11 /librpc | |
parent | c8a8c2388b32977a54daf854f14c278a18824594 (diff) | |
download | samba-e004307000d40fbe235827bc71229f4a5757c313.tar.gz samba-e004307000d40fbe235827bc71229f4a5757c313.tar.bz2 samba-e004307000d40fbe235827bc71229f4a5757c313.zip |
s4-netlogon: change parameters string to lsa_BinaryString.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 764958937f..e9b5170e9d 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -436,7 +436,7 @@ interface netlogon boolean8 lm_password_present; boolean8 password_expired; lsa_String comment; - lsa_String parameters; + lsa_BinaryString parameters; uint16 country_code; uint16 code_page; netr_USER_PRIVATE_INFO user_private_info; |