1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Revert Feature #552 commits. This functionality will be provided by a new one.user.info method

This reverts commit ec31ba2b51205d3ca15983d0c776b4641ff1cc1f.
This commit is contained in:
Carlos Martín 2011-04-11 18:44:31 +02:00
parent 27f4e8c03e
commit a5178b07c6

View File

@ -65,7 +65,7 @@ error_common:
oss.str(authenticate_error(method_name));
arrayData.push_back(xmlrpc_c::value_boolean(false)); // FAILURE
arrayData.push_back(xmlrpc_c::value_string(authenticate_error(method_name)));
arrayData.push_back(xmlrpc_c::value_string( authenticate_error(method_name) );
NebulaLog::log("ReM",Log::ERROR,oss);