Author: tridge
Date: 2006-09-11 09:04:51 +0000 (Mon, 11 Sep 2006)
New Revision: 18375

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18375

Log:

Volker noticed that this is in fact an 8bit number - well spotted!

Modified:
   branches/SAMBA_4_0/source/librpc/idl/samr.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/samr.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/samr.idl       2006-09-11 08:28:25 UTC 
(rev 18374)
+++ branches/SAMBA_4_0/source/librpc/idl/samr.idl       2006-09-11 09:04:51 UTC 
(rev 18375)
@@ -749,7 +749,7 @@
 
        typedef struct {
                samr_CryptPassword password;
-               uint16 pw_len;
+               uint8 pw_len;
        } samr_UserInfo24;
 
        typedef [flag(NDR_PAHEX)] struct {

Reply via email to