[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Jan 10 07:27:02 MST 2011


The branch, master has been updated
       via  342bb47 s3: Remove superfluous ;
      from  a44f76e s3-selftest: re-sync with s4-selftest wscript.

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


- Log -----------------------------------------------------------------
commit 342bb471dc746791d0722534f1f12b66597acfc1
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