summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-09-11 07:55:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:51:20 -0500
commit6d9b02df7144861765a243f03f5e87c2e3c42209 (patch)
tree12a7f813f9e0c8aa2f86de5f1a9b878388312738 /source3/include
parent716f7245d99d17b7b3e6bda05dc2edf7334463a5 (diff)
downloadsamba-6d9b02df7144861765a243f03f5e87c2e3c42209.tar.gz
samba-6d9b02df7144861765a243f03f5e87c2e3c42209.tar.bz2
samba-6d9b02df7144861765a243f03f5e87c2e3c42209.zip
r18369: I've got a sniff where NT4 sends just a single byte after the 516 byte
password blob, it seems that pw_len is just a uint8 instead of uint16. This might also be interesting for Samba4's samr.idl. Volker (This used to be commit 68ded4ba07703a20b046e4a58e7a746a78fcedf5)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_samr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index fc861b9e7a..97f151b4af 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -222,7 +222,7 @@ typedef struct sam_user_info_23
typedef struct sam_user_info_24
{
uint8 pass[516];
- uint16 pw_len;
+ uint8 pw_len;
} SAM_USER_INFO_24;
/*