ctdbd: Fix a struct initializer
authorVolker Lendecke <vl@samba.org>
Wed, 20 Feb 2013 09:46:47 +0000 (10:46 +0100)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 22 Feb 2013 01:31:15 +0000 (12:31 +1100)
server/ctdb_tunables.c

index 4c7146ef5b3d1fc268730c5607881d407ec97ecc..a8e8e23e9ce9385a42602bd44d159fc66dfb2310 100644 (file)
@@ -73,7 +73,7 @@ static const struct {
        { "DeferredRebalanceOnNodeAdd", 300, offsetof(struct ctdb_tunable, deferred_rebalance_on_node_add) },
        { "RecoverPDBBySeqNum",  1, offsetof(struct ctdb_tunable, recover_pdb_by_seqnum) },
        { "FetchCollapse",       1, offsetof(struct ctdb_tunable, fetch_collapse) },
-       { "PullDBPreallocation", 10*1024*1024,  offsetof(struct ctdb_tunable, pulldb_preallocation_size), false },
+       { "PullDBPreallocation", 10*1024*1024,  offsetof(struct ctdb_tunable, pulldb_preallocation_size) },
 };
 
 /*