diff options
author | Michael Adam <obnox@samba.org> | 2011-12-06 10:38:04 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-12-06 10:43:28 +0100 |
commit | 5c7c66a30e64a3ae70611a62410c4a90ce305f6d (patch) | |
tree | 2dea931c8aca7bb8615b738508efc53c9cfac937 | |
parent | c56db0c3b5efdd625f2f2cc659413b5be72d08f5 (diff) | |
download | samba-5c7c66a30e64a3ae70611a62410c4a90ce305f6d.tar.gz samba-5c7c66a30e64a3ae70611a62410c4a90ce305f6d.tar.xz samba-5c7c66a30e64a3ae70611a62410c4a90ce305f6d.zip |
libctdb: fix libctdb's traverse after changes in the core
In 8281bb210858ed04992eacea7f6d02261e0fc1b1, I forgot to change
this hunk back when hiding the wire changes done in commit
ddc5da3a0df7701934404192a0a0aa659a806acb behind a new control
CTDB_CONTROL_TRAVERSE_START_EXT.
(This used to be ctdb commit faf25e8a2fdf80a016048e1f698a014ceb5e604f)
-rw-r--r-- | ctdb/libctdb/ctdb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/libctdb/ctdb.c b/ctdb/libctdb/ctdb.c index a525d6fb6d..2f694a1c34 100644 --- a/ctdb/libctdb/ctdb.c +++ b/ctdb/libctdb/ctdb.c @@ -1127,7 +1127,6 @@ static void traverse_msghnd_cb(struct ctdb_connection *ctdb, t.db_id = ctdb_db->id; t.srvid = state->srvid; t.reqid = 0; - t.withemptyrecords = false; state->handle = new_ctdb_control_request(ctdb, CTDB_CONTROL_TRAVERSE_START, |