Skip to content

Commit

Permalink
Fix compilation error from the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alja authored and abh3 committed Jun 30, 2016
1 parent 680daee commit 17679c8
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);
(m_configuration.m_hdfsmode == false) break;
if (m_configuration.m_hdfsmode == false) break;
}
else
++it;
Expand Down

0 comments on commit 17679c8

Please sign in to comment.