mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Fix the build that broke in 8281bb210858ed04992eacea7f6d02261e0fc1b1
The traverse control has changed wireformat so update also libctdb to use the correct version of the wire structure and compile (This used to be ctdb commit 08e06176feab1ec244496e62a916fbb77817239f)
This commit is contained in:
parent
ad0de5494e
commit
27a0414a5d
@ -1106,7 +1106,7 @@ static void traverse_msghnd_cb(struct ctdb_connection *ctdb,
|
||||
{
|
||||
struct ctdb_traverse_state *state = private_data;
|
||||
struct ctdb_db *ctdb_db = state->ctdb_db;
|
||||
struct ctdb_traverse_start t;
|
||||
struct ctdb_traverse_start_ext t;
|
||||
|
||||
if (!ctdb_set_message_handler_recv(ctdb, state->handle)) {
|
||||
DEBUG(ctdb, LOG_ERR,
|
||||
@ -1130,7 +1130,7 @@ static void traverse_msghnd_cb(struct ctdb_connection *ctdb,
|
||||
t.withemptyrecords = false;
|
||||
|
||||
state->handle = new_ctdb_control_request(ctdb,
|
||||
CTDB_CONTROL_TRAVERSE_START,
|
||||
CTDB_CONTROL_TRAVERSE_START_EXT,
|
||||
CTDB_CURRENT_NODE,
|
||||
&t, sizeof(t),
|
||||
traverse_start_cb, state);
|
||||
|
Loading…
x
Reference in New Issue
Block a user