From 128c8ceebb308029d4a4a3c58c31f5bbfe072d29 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Wed, 5 Dec 2012 12:20:28 +0530 Subject: cluster/afr: Empty string should not be default option val Glusterd does not allow empty string as default value. Changed afr option values to disallow empty string as value. Change-Id: I92a2d658907dbc6101e1139dd91f548acb5506f5 BUG: 859927 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/4271 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/cluster/afr/src/pump.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'xlators/cluster/afr/src/pump.c') diff --git a/xlators/cluster/afr/src/pump.c b/xlators/cluster/afr/src/pump.c index ef49ef784..d3823383c 100644 --- a/xlators/cluster/afr/src/pump.c +++ b/xlators/cluster/afr/src/pump.c @@ -2437,8 +2437,6 @@ init (xlator_t *this) priv->metadata_self_heal = 1; priv->entry_self_heal = 1; - priv->data_self_heal_algorithm = ""; - priv->data_self_heal_window_size = 16; priv->data_change_log = 1; -- cgit