diff options
Diffstat (limited to 'xlators/protocol/server/src/server-rpc-fops.c')
| -rw-r--r-- | xlators/protocol/server/src/server-rpc-fops.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/xlators/protocol/server/src/server-rpc-fops.c b/xlators/protocol/server/src/server-rpc-fops.c index 0a5497f22e0..5bb40a77515 100644 --- a/xlators/protocol/server/src/server-rpc-fops.c +++ b/xlators/protocol/server/src/server-rpc-fops.c @@ -3385,10 +3385,8 @@ server_compound_resume (call_frame_t *frame, xlator_t *bound_xl)          int                     length  = 0;          int                     op_errno = ENOMEM;          compound_req            *c_req  = NULL; -        xlator_t                *this   = NULL;          state = CALL_STATE (frame); -        this = frame->this;          if (state->resolve.op_ret != 0) {                  ret = state->resolve.op_ret; @@ -3422,8 +3420,7 @@ server_compound_resume (call_frame_t *frame, xlator_t *bound_xl)          }          STACK_WIND (frame, server_compound_cbk, -                    FIRST_CHILD(this), -                    FIRST_CHILD(this)->fops->compound, +                    bound_xl, bound_xl->fops->compound,                      args, state->xdata);          return 0;  | 
