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 authored and abh3 committed Jun 30, 2016
1 parent b043f32 commit dc19b05
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 dc19b05

Please sign in to comment.