1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #200: Fixed bad comment

This commit is contained in:
Constantino Vázquez Blanco 2010-05-31 18:39:54 +02:00
parent 2ff230cd79
commit e5f8b4d235

View File

@ -50,7 +50,7 @@ void RequestManager::HostInfo::execute(
goto error_authenticate;
}
// Perform the allocation in the hostpool
// Get the host from the HostPool
host = HostInfo::hpool->get(hid,true);
if ( host == 0 )