Skip to content

Commit

Permalink
Merge branch 'xrdssi' of github.com:xrootd/xrootd into xrdssi-LSST
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Oct 18, 2016
2 parents bd37d46 + c57e2da commit b2d164d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdSsi/XrdSsiClient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ XrdScheduler *schedP = 0;
XrdCl::Env *clEnvP = 0;
short maxTCB = 300;
short maxCLW = 30;
Atomic(bool) initDone = false;
Atomic(bool) initDone(false);
bool dsTTLSet = false;
bool reqTOSet = false;
bool strTOSet = false;
Expand Down

0 comments on commit b2d164d

Please sign in to comment.