More code review changes.

This commit is contained in:
Juan Carlos Luciani 2007-01-09 05:22:47 +00:00
parent 0f58c82603
commit 3d1b7f16e7

View File

@ -347,8 +347,7 @@ public final class EnabledSvcsConfig
else
{
// First try to obtain the Map of enabled services for the host
// tbd - Should we make this case insensitive?
Map<Object, SvcConfigEntry> enabledSvcsConfigMap = m_hostsMap.get(hostName);
Map<Object, SvcConfigEntry> enabledSvcsConfigMap = m_hostsMap.get(hostName.toUpperCase());
if (enabledSvcsConfigMap != null)
{
return enabledSvcsConfigMap.containsKey(serviceName);