Skip to content

Commit

Permalink
Fixes #218 - properly reset suspend state for reconecting cmsd's.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 authored and ljanyst committed Apr 16, 2015
1 parent 15e98fd commit 9e6f5a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCms/XrdCmsCluster.cc
Expand Up @@ -166,6 +166,7 @@ XrdCmsNode *XrdCmsCluster::Add(XrdLink *lp, int port, int Status, int sport,
nP = NodeTab[Slot];
nP->Link = lp;
nP->isOffline = 0;
nP->isBad &= ~XrdCmsNode::isSuspend;
nP->isConn = 1;
nP->Instance++;
nP->setName(lp, theIF, port); // Just in case it changed
Expand Down

0 comments on commit 9e6f5a5

Please sign in to comment.