From b826ebe029482b92b1ad7a90eb882f12c54bbba0 Mon Sep 17 00:00:00 2001 From: Selvakumar Date: Wed, 29 Jun 2022 17:03:41 +0530 Subject: [PATCH] Resolve make check Signed-off-by: Selvakumar --- src/rgw/rgw_op.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc index 444f887811e0..c4ecf79c554f 100644 --- a/src/rgw/rgw_op.cc +++ b/src/rgw/rgw_op.cc @@ -1031,7 +1031,7 @@ void RGWGetObjTags::execute(optional_yield y) s->object->set_atomic(); - op_ret = s->object->get_obj_attrs(s->obj_ctx, y, this); + op_ret = s->object->get_obj_attrs(y, this); if (op_ret == 0){ attrs = s->object->get_attrs(); -- 2.47.3