ctdb-client: Add missing initialisation of calldata
authorAmitay Isaacs <amitay@gmail.com>
Sat, 21 Nov 2015 12:36:00 +0000 (23:36 +1100)
committerMartin Schwenke <martins@samba.org>
Wed, 24 Feb 2016 10:57:23 +0000 (11:57 +0100)
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

ctdb/client/client_db.c

index 8012464f108b3bfaf3b9e86bd95a8a5379dfc530..d95e89e5316cdf18444195404018d02ce56b08ee 100644 (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);