diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/cluster/afr/src/afr.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr.c b/xlators/cluster/afr/src/afr.c index a5906550d52..09094bdbe58 100644 --- a/xlators/cluster/afr/src/afr.c +++ b/xlators/cluster/afr/src/afr.c @@ -250,7 +250,7 @@ reconfigure (xlator_t *this, dict_t *options)  	read_ret = dict_get_str (options, "read-subvolume", &read_subvol); -	if (read_ret == -1)  +	if (read_ret < 0)   		goto next;// No need to traverse, hence set the next option  	trav = this->children;  | 
