1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-22 17:57:46 +03:00

Merge branch 'feature-307' of git@opennebula.org:one into feature-307

This commit is contained in:
Jaime Melis 2010-08-30 12:16:57 +02:00
commit 247b340f8a

View File

@ -100,9 +100,10 @@ void AuthManagerDriver::protocol(
else
return;
getline(is,info);
if (action == "LOG")
{
getline(is,info);
NebulaLog::log("AuM",Log::INFO,info.c_str());
}
else if (result == "SUCCESS")
@ -111,7 +112,6 @@ void AuthManagerDriver::protocol(
}
else
{
getline(is,info);
authm->notify_request(id,false,info);
}