Skip to content

Commit

Permalink
[Server] Remove referece to deleted flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Oct 18, 2019
1 parent f8658c1 commit fb84e7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/XrdOfs/XrdOfsConfig.cc
Expand Up @@ -343,11 +343,6 @@ int XrdOfs::Configure(XrdSysError &Eroute, XrdOucEnv *EnvInfo) {
//
OfsStats.setRole(myRole);

// Indicate any other features we may have. Not ethat we use the default
// implementation of pgRead and pgWrite which means we support it.
//
myFeatures |= XrdSfs::hasPGWR;

// Display final configuration
//
if (!NoGo) Config_Display(Eroute);
Expand Down

0 comments on commit fb84e7b

Please sign in to comment.