1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

ctdb-client: Add missing initialisation of calldata

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>

Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Wed Feb 24 11:57:23 CET 2016 on sn-devel-144
This commit is contained in:
Amitay Isaacs 2015-11-21 23:36:00 +11:00 committed by Martin Schwenke
parent 64447653ed
commit d7f552cbbd

View File

@ -869,6 +869,7 @@ static void ctdb_fetch_lock_migrate(struct tevent_req *req)
request.db_id = state->h->db->db_id;
request.callid = CTDB_NULL_FUNC;
request.key = state->h->key;
request.calldata = tdb_null;
subreq = ctdb_client_call_send(state, state->ev, state->client,
&request);