[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1307-gc732e94

Jeremy Allison jra at samba.org
Tue Apr 28 23:46:04 GMT 2009


The branch, master has been updated
       via  c732e9446f40e114db891da986ebc137f8adaf2c (commit)
      from  bd6447dcf26ec217f335784f05df304d45288850 (commit)

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


- Log -----------------------------------------------------------------
commit c732e9446f40e114db891da986ebc137f8adaf2c
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Apr 28 16:45:13 2009 -0700

    Doh ! Don't need "int dummy" when we have state :-).
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c
index 340b9dd..97bc4d1 100644
--- a/source3/libsmb/clifile.c
+++ b/source3/libsmb/clifile.c
@@ -433,7 +433,6 @@ static void cli_rename_done(struct tevent_req *subreq);
 
 struct cli_rename_state {
 	uint16_t vwv[1];
-        int dummy;
 };
 
 struct tevent_req *cli_rename_send(TALLOC_CTX *mem_ctx,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list