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

Merge branch 'master' of git.opennebula.org:one

This commit is contained in:
Ruben S. Montero 2011-09-08 18:28:14 +02:00
commit c2d3c4b3fd
2 changed files with 3 additions and 7 deletions

View File

@ -442,16 +442,12 @@ void AuthManager::notify_request(int auth_id,bool result,const string& message)
if ( message != "-" )
{
ostringstream oss;
if ( !ar->message.empty() )
{
oss << ar->message << "; ";
ar->message.append("; ");
}
oss << message;
ar->message = oss.str();
ar->message.append(message);
}
ar->notify();

View File

@ -109,7 +109,7 @@ class AuthDriver < OpenNebulaDriver
ACTION[:authN],
RESULT[:failure],
request_id,
"Authentication rotocol '#{protocol}' not available")
"Authentication protocol '#{protocol}' not available")
end
#build path for the auth action