Skip to content

Commit

Permalink
Bugfix in hdfs healing mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
osschar authored and abh3 committed Jun 30, 2016
1 parent fd98b55 commit 88f722d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/XrdFileCache/XrdFileCacheIOFileBlock.cc
Expand Up @@ -117,13 +117,9 @@ void IOFileBlock::RelinquishFile(File* f)
{
if (it->second == f)
{
m_blocks.erase(it++);
m_blocks.erase(it);
break;
}
else
{
++it;
}
}
}

Expand Down

0 comments on commit 88f722d

Please sign in to comment.