Skip to content

Commit

Permalink
Init rTry to -1 so default gets used when value is not set in config …
Browse files Browse the repository at this point in the history
…file.
  • Loading branch information
osschar committed Apr 24, 2019
1 parent 2372090 commit 529cabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCms/XrdCmsConfig.cc
Expand Up @@ -1648,7 +1648,7 @@ int XrdCmsConfig::xdfs(XrdSysError *eDest, XrdOucStream &CFile)
{
int Opts = XrdCmsBaseFS::DFSys | (isProxy ? XrdCmsBaseFS::Immed : 0)
| (!isManager && isServer ? XrdCmsBaseFS::Servr: 0);
int Hold = 0, limCent = 0, limFix = 0, limV = 0, qMax = 0, rTry = 0;
int Hold = 0, limCent = 0, limFix = 0, limV = 0, qMax = 0, rTry = -1;
char *val;

// If we are a meta-manager or a peer, ignore this option
Expand Down

0 comments on commit 529cabc

Please sign in to comment.