diff options
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd3_1-mops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd3_1-mops.c b/xlators/mgmt/glusterd/src/glusterd3_1-mops.c index c21b43bcfb9..858eb33f946 100644 --- a/xlators/mgmt/glusterd/src/glusterd3_1-mops.c +++ b/xlators/mgmt/glusterd/src/glusterd3_1-mops.c @@ -1445,8 +1445,6 @@ out: otherwise rpcsvc.c will send an error reply for the same request, which causes double replies */ ret = glusterd_op_send_cli_response (req->procnum, ret, 0, req, NULL, op_errstr); - if (!ret) - req->rpc_err = SUCCESS; } if (op_errstr && (strcmp (op_errstr, ""))) GF_FREE (op_errstr); |