From 208bc043624fa1583fa4ed1952a13f1743a4e2ff Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 11 Sep 2006 09:04:51 +0000 Subject: r18375: Volker noticed that this is in fact an 8bit number - well spotted! (This used to be commit 3f80b6b87bf4a3ae3a2fce51764ed70bcf0ea497) --- source4/librpc/idl/samr.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index c2fa7fe6a2..8ee31f8655 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -749,7 +749,7 @@ typedef struct { samr_CryptPassword password; - uint16 pw_len; + uint8 pw_len; } samr_UserInfo24; typedef [flag(NDR_PAHEX)] struct { -- cgit