diff options
author | Krishnan Parthasarathi <kp@gluster.com> | 2012-04-24 19:39:40 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-04-25 04:06:48 -0700 |
commit | e8f9d42504126f8af6bbb8d160925148ad44c5de (patch) | |
tree | 10de7e77e1f287a037b304db2f7134fca28cbd31 /xlators/cluster/afr/src/pump.c | |
parent | 8be3e656aa58e790c301c9078afdbd4bd4909d92 (diff) |
pump: Removed extra dict_unref in pump_command_reply
afr_local_cleanup is already performing the dict_unref on local->dict.
Change-Id: I07bcb100db0a0b96b3a698c444f43f96065746fb
BUG: 804905
Signed-off-by: Krishnan Parthasarathi <kp@gluster.com>
Reviewed-on: http://review.gluster.com/3223
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/pump.c')
-rw-r--r-- | xlators/cluster/afr/src/pump.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/cluster/afr/src/pump.c b/xlators/cluster/afr/src/pump.c index 8667b4007b0..b2fd1f7385b 100644 --- a/xlators/cluster/afr/src/pump.c +++ b/xlators/cluster/afr/src/pump.c @@ -1607,8 +1607,6 @@ pump_command_reply (call_frame_t *frame, xlator_t *this) gf_log (this->name, GF_LOG_INFO, "Command succeeded"); - dict_unref (local->dict); - AFR_STACK_UNWIND (setxattr, frame, local->op_ret, |