From 4c78aea70c211bfb19fc9c795ffc2afb127ffacc Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Thu, 19 Mar 2015 18:58:44 -0700 Subject: [PATCH] Allow meta-manager port directive ordering as was allowed before. --- src/XrdCms/XrdCmsConfig.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/XrdCms/XrdCmsConfig.cc b/src/XrdCms/XrdCmsConfig.cc index 496c517ead6..d96055a3527 100644 --- a/src/XrdCms/XrdCmsConfig.cc +++ b/src/XrdCms/XrdCmsConfig.cc @@ -1852,10 +1852,6 @@ int XrdCmsConfig::xmang(XrdSysError *eDest, XrdOucStream &CFile) StorageHelper SHelp(&hSpec, &hPort); int rc, xMeta = 0, xPeer = 0, xProxy = 0, *myPort = 0; -// Ignore this call if we are a meta-manager and know our port number -// - if (isMeta && PortTCP > 0) return CFile.noEcho(); - // Process the optional "meta", "peer" or "proxy" // if ((val = CFile.GetWord()))