1
0
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:
Amitay Isaacs 2015-11-06 15:20:15 +11:00 committed by Martin Schwenke
parent 5d5d88e0bb
commit a7d54bb2c1

View File

@ -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;