diff options
Diffstat (limited to 'ctdb/common/tunable.c')
-rw-r--r-- | ctdb/common/tunable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/common/tunable.c b/ctdb/common/tunable.c index e9367980753..f516d8c5374 100644 --- a/ctdb/common/tunable.c +++ b/ctdb/common/tunable.c @@ -83,7 +83,7 @@ static struct { offsetof(struct ctdb_tunable_list, reclock_ping_period) }, { "NoIPFailback", 0, false, offsetof(struct ctdb_tunable_list, no_ip_failback) }, - { "DisableIPFailover", 0, false, + { "DisableIPFailover", 0, true, offsetof(struct ctdb_tunable_list, disable_ip_failover) }, { "VerboseMemoryNames", 0, false, offsetof(struct ctdb_tunable_list, verbose_memory_names) }, |