[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-304-gf31138e

Jeremy Allison jra at samba.org
Mon Sep 14 16:11:40 MDT 2009


The branch, master has been updated
       via  f31138ecc778db42b1aa7ce634425a1df663b0eb (commit)
      from  e94361e1e29d015e9cdfde47f7163d1dd7bb596a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f31138ecc778db42b1aa7ce634425a1df663b0eb
Author: Jeremy Allison <jra at samba.org>
Date:   Mon Sep 14 15:06:37 2009 -0700

    Fix bug 6726 - Filename length overwrites oplock request field in cli_nt_create().
    Jeremy.

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

Summary of changes:
 source3/libsmb/clifile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c
index 696c979..b15aa8d 100644
--- a/source3/libsmb/clifile.c
+++ b/source3/libsmb/clifile.c
@@ -2044,7 +2044,7 @@ struct tevent_req *cli_ntcreate_send(TALLOC_CTX *mem_ctx,
 		return tevent_req_post(req, ev);
 	}
 
-	SIVAL(vwv+2, 1, converted_len);
+	SSVAL(vwv+2, 1, converted_len);
 
 	subreq = cli_smb_send(state, ev, cli, SMBntcreateX, 0, 24, vwv,
 			      talloc_get_size(bytes), bytes);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list