From 06bad119b8c773a34cd2942d665112fbf7799788 Mon Sep 17 00:00:00 2001 From: Sheetal Pamecha Date: Tue, 9 Oct 2018 11:34:08 +0530 Subject: features/namespace: NULL pointer deferencing clang fix Removed VALIDATE_OR_GOTO check on "this" Updates: bz#1622665 Change-Id: Ie0d74525901ebf9daa1a5e788a035db6dc5d8c06 Signed-off-by: Sheetal Pamecha --- xlators/features/namespace/src/namespace.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit