summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_user_policy.cc
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@redhat.com>2019-06-15 05:21:20 +0200
committerCasey Bodley <cbodley@redhat.com>2019-07-29 21:20:49 +0200
commit28f208dcbd53bddee7cbe6e6d052afdf1100180b (patch)
tree4ed5f720eec23c66cae26cecdf52edd5d6c21a1d /src/rgw/rgw_rest_user_policy.cc
parentrgw: rgw_rados.cc mostly compiles (diff)
downloadceph-28f208dcbd53bddee7cbe6e6d052afdf1100180b.tar.xz
ceph-28f208dcbd53bddee7cbe6e6d052afdf1100180b.zip
rgw: svc.datalog_rados: add new svc, move data_log out of RGWRados
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Diffstat (limited to 'src/rgw/rgw_rest_user_policy.cc')
-rw-r--r--src/rgw/rgw_rest_user_policy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_rest_user_policy.cc b/src/rgw/rgw_rest_user_policy.cc
index 0ece53de6ca..6b64c8ca1c0 100644
--- a/src/rgw/rgw_rest_user_policy.cc
+++ b/src/rgw/rgw_rest_user_policy.cc
@@ -342,7 +342,7 @@ void RGWDeleteUserPolicy::execute()
RGWObjVersionTracker objv_tracker;
op_ret = store->ctl.user->store_info(info, RGWUserCtl::PutParams()
- .set_old_info(&info),
+ .set_old_info(&info)
.set_objv_tracker(&objv_tracker)
.set_attrs(&uattrs));
if (op_ret < 0) {