Revision a5178b07
src/rm/RequestManagerUserAuthenticate.cc | ||
---|---|---|
65 | 65 |
oss.str(authenticate_error(method_name)); |
66 | 66 |
|
67 | 67 |
arrayData.push_back(xmlrpc_c::value_boolean(false)); // FAILURE |
68 |
arrayData.push_back(xmlrpc_c::value_string(authenticate_error(method_name)));
|
|
68 |
arrayData.push_back(xmlrpc_c::value_string( authenticate_error(method_name) );
|
|
69 | 69 |
|
70 | 70 |
NebulaLog::log("ReM",Log::ERROR,oss); |
71 | 71 |
|
Also available in: Unified diff