Skip to content

Commit

Permalink
Fix broken IPv4 backward compatability in clusters with supervisors.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 authored and ljanyst committed Apr 16, 2015
1 parent 94c323b commit 225492e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCms/XrdCmsCluster.cc
Expand Up @@ -1807,7 +1807,7 @@ void XrdCmsCluster::setAltMan(int snum, XrdLink *lp, int port)
// the size of he buffer was big enough so no need to check for overflow.
//
altAddr.Port(port);
i = altAddr.Format(ap, AltSize, XrdNetAddr::fmtAddr, XrdNetAddr::old6Map4);
i = altAddr.Format(ap, AltSize, XrdNetAddr::fmtAddr);
ap[i] = ' ';

// Compute new fence
Expand Down

0 comments on commit 225492e

Please sign in to comment.