From fbe64dec018afec3ca56b3fd90eb4dc4e3d53d15 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 22 Mar 2012 15:27:25 +1100 Subject: Undo damage done by d8d37493478a26c5f1809a5f3df89ffd6e149281 The implementation of DisableIPFailover got intermingled with --nopublicipcheck. This just looks wrong - Ronnie must have been having a bad day. :-) Signed-off-by: Martin Schwenke (This used to be ctdb commit 5083b266dd68b292c4275505f3d1b878dbf12f11) --- ctdb/include/ctdb_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ctdb/include') diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 3d5751b980..657bb62bc6 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -453,6 +453,7 @@ struct ctdb_context { uint32_t recovery_master; struct ctdb_call_state *pending_calls; struct ctdb_client_ip *client_ip_list; + bool do_checkpublicip; struct trbt_tree *server_ids; bool do_setsched; void *saved_scheduler_param; -- cgit