From: Ronnie Sahlberg Date: Fri, 20 Jul 2007 09:11:45 +0000 (+1000) Subject: set the tcp tickle update flag to true once we have done a takeover and X-Git-Tag: tevent-0.9.20~348^2~2445^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea56d1d20eedbac5b5658eca45ac1c839cd22e55;p=thirdparty%2Fsamba.git set the tcp tickle update flag to true once we have done a takeover and tickled all connections othervise the other nodes will still remember this list until next time we have had a connection/client closing. (This used to be ctdb commit cb8e5d4bbee2f14f498735489f673ff3679dfd9d) --- diff --git a/ctdb/server/ctdb_takeover.c b/ctdb/server/ctdb_takeover.c index 4f3c06b8aef..ed107945107 100644 --- a/ctdb/server/ctdb_takeover.c +++ b/ctdb/server/ctdb_takeover.c @@ -166,7 +166,7 @@ static void takeover_ip_callback(struct ctdb_context *ctdb, int status, */ talloc_free(tcparray); state->node->tcp_array = NULL; - + state->node->tcp_update_needed = true; } event_add_timed(arp->ctdb->ev, arp->ctdb->takeover.last_ctx,