diff --git a/src/rm/RequestManagerHostInfo.cc b/src/rm/RequestManagerHostInfo.cc index 7c85823838..b586d59675 100644 --- a/src/rm/RequestManagerHostInfo.cc +++ b/src/rm/RequestManagerHostInfo.cc @@ -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 )