From: Mark Houghton Date: Mon, 23 Nov 2020 10:21:56 +0000 (+0000) Subject: rgw: fix build after rebasing. X-Git-Tag: v16.1.0~425^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d8c20265c1329bd61b799fc226333f2f09acdd2e;p=ceph.git rgw: fix build after rebasing. Signed-off-by: Mark Houghton --- diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc index ed9cc20440e..58a721af794 100644 --- a/src/rgw/rgw_op.cc +++ b/src/rgw/rgw_op.cc @@ -6384,7 +6384,7 @@ void RGWGetHealthCheck::execute(optional_yield y) int RGWDeleteMultiObj::verify_permission(optional_yield y) { - int op_ret = get_params(); + int op_ret = get_params(y); if (op_ret) { return op_ret; }