diff options
-rw-r--r-- | src/rgw/rgw_user.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_user.cc b/src/rgw/rgw_user.cc index fa5247d19a1..363825fb286 100644 --- a/src/rgw/rgw_user.cc +++ b/src/rgw/rgw_user.cc @@ -1539,7 +1539,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; |