]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
set the tcp tickle update flag to true once we have done a takeover and
authorRonnie Sahlberg <sahlberg@ronnie>
Fri, 20 Jul 2007 09:11:45 +0000 (19:11 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Fri, 20 Jul 2007 09:11:45 +0000 (19:11 +1000)
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)

ctdb/server/ctdb_takeover.c

index 4f3c06b8aefeadf1285101ace5f75e3ddf3abe76..ed107945107d2b10b82fbbcc1b1603fa6f156352 100644 (file)
@@ -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,