r18375: Volker noticed that this is in fact an 8bit number - well spotted!
authorAndrew Tridgell <tridge@samba.org>
Mon, 11 Sep 2006 09:04:51 +0000 (09:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:21 +0000 (14:18 -0500)
(This used to be commit 3f80b6b87bf4a3ae3a2fce51764ed70bcf0ea497)

source4/librpc/idl/samr.idl

index c2fa7fe6a2cbd1e2da9e247b8fdda107e01b63da..8ee31f865544b3dfd50e190be9ce7d9026055a55 100644 (file)
 
        typedef struct {
                samr_CryptPassword password;
-               uint16 pw_len;
+               uint8 pw_len;
        } samr_UserInfo24;
 
        typedef [flag(NDR_PAHEX)] struct {