Skip to content

Commit

Permalink
Correct v1 to v2 ommision that disabled FS+SSI mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Jul 27, 2017
1 parent 06ffc7f commit 93cf45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdSsi/XrdSsiSfsConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ int XrdSsiSfsConfig::Xfsp()
// Add path to configuration
//
if (!(plp = FSPath.Match(pbuff)))
{plp = new XrdOucPList(pbuff,0);
{plp = new XrdOucPList(pbuff,1);
FSPath.Insert(plp);
}
return 0;
Expand Down

0 comments on commit 93cf45d

Please sign in to comment.