[SCM] Samba Shared Repository - branch v3-6-test updated

Volker Lendecke vlendec at samba.org
Mon Jan 10 07:31:33 MST 2011


The branch, v3-6-test has been updated
       via  83f5ac4 s3: Remove superfluous ;
      from  fc29346 s3-selftest: re-sync with s4-selftest wscript.

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


- Log -----------------------------------------------------------------
commit 83f5ac4035b672e48469a5458a522cd5a705e3f1
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Jan 10 14:40:40 2011 +0100

    s3: Remove superfluous ;
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Mon Jan 10 15:26:50 CET 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/clioplock.c b/source3/libsmb/clioplock.c
index 09f9869..78e93a4 100644
--- a/source3/libsmb/clioplock.c
+++ b/source3/libsmb/clioplock.c
@@ -38,7 +38,7 @@ struct tevent_req *cli_oplock_ack_send(TALLOC_CTX *mem_ctx,
 	struct tevent_req *req, *subreq;
 	struct cli_oplock_ack_state *state;
 
-	req = tevent_req_create(mem_ctx, &state, struct cli_oplock_ack_state);;
+	req = tevent_req_create(mem_ctx, &state, struct cli_oplock_ack_state);
 	if (req == NULL) {
 		return NULL;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list