Skip to content

Commit

Permalink
Squelcg uninitialized warning message.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Dec 14, 2016
1 parent 8c410ec commit 1db4f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCms/XrdCmsConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,7 @@ int XrdCmsConfig::xnbsq(XrdSysError *eDest, XrdOucStream &CFile)
{
char *val, xopt[16];
int ival;
bool xAll, xOff, xRmt;
bool xAll = false, xOff = false, xRmt = false;

// Process the optional "all", "off" or "remote"
//
Expand Down

0 comments on commit 1db4f60

Please sign in to comment.