Skip to content

Commit f963e96

Browse files
committed
[Xrootd] Fix gstream configuration processing.
1 parent 9a80d7a commit f963e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XrdXrootd/XrdXrootdConfigMon.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ bool XrdXrootdProtocol::ConfigGStream(XrdOucEnv &myEnv, XrdOucEnv *urEnv)
104104
XrdXrootdGStream *gs;
105105
static const int numgs=sizeof(gsObj)/sizeof(struct XrdXrootdGSReal::GSParms);
106106
char vbuff[64];
107-
bool aOK, gXrd[numgs] = {false, false, true, false, true};
107+
bool aOK, gXrd[numgs] = {false, false, false, true, false, true};
108108

109109
// For each enabled monitoring provider, allocate a g-stream and put
110110
// its address in our environment.

0 commit comments

Comments
 (0)