1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #-: Fix copy-paste error (#890)

This commit is contained in:
Pavel Czerný 2021-02-26 17:05:08 +01:00 committed by GitHub
parent 3f67dda33e
commit a9739e454e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -712,7 +712,7 @@ void RequestManager::register_xml_methods()
user_del_group_pt = new RequestManagerProxy("one.user.delgroup");
user_change_auth_pt = new RequestManagerProxy("one.user.chauth");
user_login_pt = new RequestManagerProxy("one.user.login");
user_login_pt = new RequestManagerProxy("one.user.enable");
user_enable_pt = new RequestManagerProxy("one.user.enable");
static_cast<RequestManagerProxy*>(user_allocate_pt)->hide_argument(2);
static_cast<RequestManagerProxy*>(user_change_password_pt)->hide_argument(2);