summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-11 09:04:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:21 -0500
commit208bc043624fa1583fa4ed1952a13f1743a4e2ff (patch)
tree00707bfc2384c1a79f7042276ebc161481508860 /source4
parenta57b42ff4edf7fe91f84a5057ab01e6504668cf6 (diff)
downloadsamba-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.idl2
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 {