]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTHOMERProxyHandler.cxx
Fixing bugs
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTHOMERProxyHandler.cxx
index 1fece1d87547d57d95639ec0df02ce1c6ffc2bff..10f9a58eaf0e3d9bf0c7d41e8178567bd90ea8b7 100644 (file)
@@ -114,7 +114,7 @@ const Char_t *AliHLTHOMERProxyHandler::fgkHOMERProxyNode[] = {
   "alihlt-dcs0.cern.ch",
   "alihlt-vobox0.cern.ch",
   "alihlt-gw0.kip.uni-heidelberg.de",
-  "localhost"
+  "localhost",
   "portal-dcs1.internal", 
   "alihlt-dcs1.cern.ch",
   "alihlt-vobox1.cern.ch",
@@ -134,9 +134,9 @@ void AliHLTHOMERProxyHandler::IdentifyRealm() {
     fRealm = kACR;
   else if ( hostIP.Contains("129.206.") )
     fRealm = kKIP;
-  else  if ( hostIP.Contains("137.138") || 
-            hostIP.Contains("128.141") ||
-            hostIP.Contains("127.0.") 
+  else  if ( hostIP.Contains("137.138") 
+            || hostIP.Contains("128.141") 
+            || hostIP.Contains("127.0.") 
             )
     fRealm = kGPN;
   else {