[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-32-39-g72b4ca3

Günther Deschner gd at samba.org
Thu Sep 18 12:12:22 GMT 2008


The branch, v3-0-test has been updated
       via  72b4ca3ec5714d6056654ecb0fdcbd7d954e6984 (commit)
      from  a605c5352485cf1b50090301b909b5258de8be8c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test


- Log -----------------------------------------------------------------
commit 72b4ca3ec5714d6056654ecb0fdcbd7d954e6984
Author: Günther Deschner <gd at samba.org>
Date:   Thu Sep 18 14:09:27 2008 +0200

    fix net_io_q_srv_pwset2.
    
    yes, we all love hand-marshalled rpc...
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source/rpc_parse/parse_net.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/rpc_parse/parse_net.c b/source/rpc_parse/parse_net.c
index 708f5ba..8d99e80 100644
--- a/source/rpc_parse/parse_net.c
+++ b/source/rpc_parse/parse_net.c
@@ -1044,7 +1044,7 @@ BOOL net_io_q_srv_pwset2(const char *desc, NET_Q_SRV_PWSET2 *q_s, prs_struct *ps
 
 	if(!smb_io_clnt_info("", &q_s->clnt_id, ps, depth)) /* client identification/authentication info */
 		return False;
-	if(!prs_uint8s(False, "pwd.data", ps, depth, q_s->pwd.data, 516)) /* new password - undocumented */
+	if(!prs_uint8s(False, "pwd.data", ps, depth, q_s->pwd.data, 512)) /* new password - undocumented */
 		return False;
 	if(!prs_uint32("pwd.length", ps, depth, &q_s->pwd.length)) /* new password - undocumented */
 		return False;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list