From e5f8b4d235bf606b5b7a4b3e7240c2a40d9712e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantino=20V=C3=A1zquez=20Blanco?= Date: Mon, 31 May 2010 18:39:54 +0200 Subject: [PATCH] feature #200: Fixed bad comment --- src/rm/RequestManagerHostInfo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )