diff options
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/namespace/src/namespace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/features/namespace/src/namespace.c b/xlators/features/namespace/src/namespace.c index 25169709026..79812aa330f 100644 --- a/xlators/features/namespace/src/namespace.c +++ b/xlators/features/namespace/src/namespace.c @@ -1249,7 +1249,6 @@ reconfigure(xlator_t *this, dict_t *options) int ret = -1; ns_private_t *priv = NULL; - GF_VALIDATE_OR_GOTO(this->name, this, out); GF_VALIDATE_OR_GOTO(this->name, this->private, out); GF_VALIDATE_OR_GOTO(this->name, options, out); |