The branch, v3-4-test has been updated
       via  7ec7440fc2f78ef49cebdc819ff81db5ce9d143c (commit)
      from  0241ba8ce2b6da049fb3cc512508a9e9c5732781 (commit)

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


- Log -----------------------------------------------------------------
commit 7ec7440fc2f78ef49cebdc819ff81db5ce9d143c
Author: Jeremy Allison <[email protected]>
Date:   Tue Sep 15 09:40:48 2009 +0200

    s3/libsmb: SIVAL should have been an SVAL.
    
    Fix bug #6726.

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

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 62d710e..d9fdfb6 100644
--- a/source3/libsmb/clifile.c
+++ b/source3/libsmb/clifile.c
@@ -820,7 +820,7 @@ struct async_req *cli_ntcreate_send(TALLOC_CTX *mem_ctx,
                return NULL;
        }
 
-       SIVAL(vwv+2, 1, converted_len);
+       SSVAL(vwv+2, 1, converted_len);
 
        result = cli_request_send(mem_ctx, ev, cli, SMBntcreateX, 0,
                                  24, vwv, 0, talloc_get_size(bytes), bytes);


-- 
Samba Shared Repository

Reply via email to