From: Volker Lendecke Date: Thu, 19 Apr 2007 15:44:45 +0000 (+0200) Subject: The remote node needs to get the IMMEDIATE_MIGRATION flag to actually send the X-Git-Tag: tevent-0.9.20~348^2~2863^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5edb0a801182c01deba656cdc12f9a617e454903;p=thirdparty%2Fsamba.git The remote node needs to get the IMMEDIATE_MIGRATION flag to actually send the record (This used to be ctdb commit 9159434b1eef39b7de58b30626039f1e45a97306) --- diff --git a/ctdb/common/ctdb_daemon.c b/ctdb/common/ctdb_daemon.c index 6c11c7b7300..7435720ea36 100644 --- a/ctdb/common/ctdb_daemon.c +++ b/ctdb/common/ctdb_daemon.c @@ -358,6 +358,7 @@ static void daemon_request_call_from_client(struct ctdb_client *client, call->key = key; call->call_data.dptr = c->data + c->keylen; call->call_data.dsize = c->calldatalen; + call->flags = c->flags; if (header.dmaster == ctdb->vnn && !(ctdb->flags & CTDB_FLAG_SELF_CONNECT)) { state = ctdb_call_local_send(ctdb_db, call, &header, &data);