mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
ctdb-client: Add missing initialization for h->ev in transaction_start
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
5d5d88e0bb
commit
a7d54bb2c1
@ -1610,6 +1610,7 @@ struct tevent_req *ctdb_transaction_start_send(TALLOC_CTX *mem_ctx,
|
||||
return tevent_req_post(req, ev);
|
||||
}
|
||||
|
||||
h->ev = ev;
|
||||
h->client = client;
|
||||
h->db = db;
|
||||
h->readonly = readonly;
|
||||
|
Loading…
Reference in New Issue
Block a user