From 342bb471dc746791d0722534f1f12b66597acfc1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 10 Jan 2011 14:40:40 +0100 Subject: s3: Remove superfluous ; Autobuild-User: Volker Lendecke Autobuild-Date: Mon Jan 10 15:26:50 CET 2011 on sn-devel-104 --- source3/libsmb/clioplock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/clioplock.c b/source3/libsmb/clioplock.c index 09f9869420..78e93a4f31 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; } -- cgit