diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-11 09:04:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:21 -0500 |
commit | 208bc043624fa1583fa4ed1952a13f1743a4e2ff (patch) | |
tree | 00707bfc2384c1a79f7042276ebc161481508860 /source4 | |
parent | a57b42ff4edf7fe91f84a5057ab01e6504668cf6 (diff) | |
download | samba-208bc043624fa1583fa4ed1952a13f1743a4e2ff.tar.gz samba-208bc043624fa1583fa4ed1952a13f1743a4e2ff.tar.bz2 samba-208bc043624fa1583fa4ed1952a13f1743a4e2ff.zip |
r18375: Volker noticed that this is in fact an 8bit number - well spotted!
(This used to be commit 3f80b6b87bf4a3ae3a2fce51764ed70bcf0ea497)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/samr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |