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

Feature #2565: Fix bug in success response

This commit is contained in:
Carlos Martín 2014-03-05 16:43:45 +01:00
parent 0ebd23916a
commit 22cab7f07e

View File

@ -197,7 +197,7 @@ void GroupEditProvider::request_execute(
return;
}
success_response(cluster_id, att);
success_response(group_id, att);
}
/* -------------------------------------------------------------------------- */