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:
commit
247b340f8a
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user