Skip to content

Commit

Permalink
Fix in Detach for hdfs mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja authored and abh3 committed Jun 30, 2016
1 parent 104ef69 commit 680daee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdFileCache/XrdFileCache.cc
Expand Up @@ -188,7 +188,7 @@ void Cache::Detach(XrdOucCacheIO* io)
delete it->file;
}
m_active.erase(it);
break;
(m_configuration.m_hdfsmode == false) break;
}
else
++it;
Expand Down

0 comments on commit 680daee

Please sign in to comment.