Rev 168: merged fix from volker (thanks!) in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Thu Apr 19 21:50:34 GMT 2007


------------------------------------------------------------
revno: 168
revision-id: tridge at samba.org-20070419215034-109370d61422c5cb
parent: tridge at samba.org-20070419214737-2566236086cf5a53
parent: vl at samba.org-20070419154445-12p81zc78s9wz4a5
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Fri 2007-04-20 07:50:34 +1000
message:
  merged fix from volker (thanks!)
modified:
  common/ctdb_daemon.c           ctdb_daemon.c-20070409200331-3el1kqgdb9m4ib0g-1
    ------------------------------------------------------------
    merged: vl at samba.org-20070419154445-12p81zc78s9wz4a5
    parent: tridge at samba.org-20070419083149-bc28d74eb9e5df7b
    committer: Volker Lendecke <vl at samba.org>
    branch nick: vl-ctdb
    timestamp: Thu 2007-04-19 17:44:45 +0200
    message:
      The remote node needs to get the IMMEDIATE_MIGRATION flag to actually send the
      record
=== modified file 'common/ctdb_daemon.c'
--- a/common/ctdb_daemon.c	2007-04-19 21:47:37 +0000
+++ b/common/ctdb_daemon.c	2007-04-19 21:50:34 +0000
@@ -361,6 +361,7 @@
 	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);



More information about the samba-cvs mailing list