Skip to content

Commit

Permalink
Complete lock/unlock in Open (change relate to previous commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
alja committed Jun 9, 2016
1 parent b5688d6 commit 5259757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdFileCache/XrdFileCacheFile.cc
Expand Up @@ -254,7 +254,7 @@ bool File::Open()
// this method is called from constructor, no need to lock downloadStaus
bool complete = m_cfi.IsComplete();
if (complete) m_prefetchState = kComplete;

m_downloadCond.UnLock();
}
else {
m_fileSize = m_fileSize;
Expand Down

0 comments on commit 5259757

Please sign in to comment.