diff options
-rw-r--r-- | source3/libsmb/clioplock.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |