[SCM] Samba Shared Repository - branch master updated - 69debd45e56428aceaac607994e61ecd66a73daa

Jeremy Allison jra at samba.org
Tue Nov 18 19:25:47 GMT 2008


The branch, master has been updated
       via  69debd45e56428aceaac607994e61ecd66a73daa (commit)
      from  93fd28a350c1f2652a24daead8ca6e4c8ff696cb (commit)

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


- Log -----------------------------------------------------------------
commit 69debd45e56428aceaac607994e61ecd66a73daa
Author: Kai Blin <kai at samba.org>
Date:   Tue Nov 18 11:25:14 2008 -0800

    libsmb: Fix up pointer passed to cli_send_trans in cli_link_internal

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

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 1c52536..a9e8108 100644
--- a/source3/libsmb/clifile.c
+++ b/source3/libsmb/clifile.c
@@ -66,7 +66,7 @@ static bool cli_link_internal(struct cli_state *cli, const char *oldname, const
 			-1, 0,                          /* fid, flags */
 			&setup, 1, 0,                   /* setup, length, max */
 			param, param_len, 2,            /* param, length, max */
-			(char *)&data,  data_len, cli->max_xmit /* data, length, max */
+			data,  data_len, cli->max_xmit /* data, length, max */
 			)) {
 		SAFE_FREE(data);
 		SAFE_FREE(param);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list