Skip to content

Commit

Permalink
Allow meta-manager port directive ordering as was allowed before.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 authored and ljanyst committed Apr 16, 2015
1 parent 4a5d6bb commit 4c78aea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/XrdCms/XrdCmsConfig.cc
Expand Up @@ -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()))
Expand Down

0 comments on commit 4c78aea

Please sign in to comment.