s3: Remove superfluous ;
authorVolker Lendecke <vl@samba.org>
Mon, 10 Jan 2011 13:40:40 +0000 (14:40 +0100)
committerVolker Lendecke <vlendec@samba.org>
Mon, 10 Jan 2011 14:26:50 +0000 (15:26 +0100)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Jan 10 15:26:50 CET 2011 on sn-devel-104

source3/libsmb/clioplock.c

index 09f9869420a849379e2d493065b6b00d48a9fe0d..78e93a4f3168a1574cca650f71c5024dda5e31a1 100644 (file)
@@ -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;
        }