summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2013-04-15 21:40:11 -0700
committerYehuda Sadeh <yehuda@inktank.com>2013-05-08 10:57:46 -0700
commit3d7b83900ce23c013c2dd7c120a88b7a864a0ac8 (patch)
treec8d5de50ead00ac604da9b6caf8afccfca925c26
parent85e4ea9133abb8b6b27b684c22113b0245eb760f (diff)
downloadceph-3d7b83900ce23c013c2dd7c120a88b7a864a0ac8.tar.gz
rgw: call rgw_store_user_info() with objv_tracker
another rebase casualty Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r--src/rgw/rgw_user.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_user.cc b/src/rgw/rgw_user.cc
index 028ac038909..0e71dc602eb 100644
--- a/src/rgw/rgw_user.cc
+++ b/src/rgw/rgw_user.cc
@@ -1553,7 +1553,7 @@ int RGWUser::update(RGWUserAdminOpState& op_state, std::string *err_msg)
return ret;
}
} else {
- ret = rgw_store_user_info(store, user_info, NULL, NULL, false);
+ ret = rgw_store_user_info(store, user_info, NULL, &op_state.objv, false);
if (ret < 0) {
set_err_msg(err_msg, "unable to store user info");
return ret;