Skip to content

Commit 469a069

Browse files
committed
Merge remote branch 'origin/CMSSW_7_0_X' into CMSSW_7_0_X
2 parents 95ac0d3 + 3f5ecc1 commit 469a069

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/XrdAdaptor/src/XrdFile.cc

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ XrdFile::open (const char *name,
136136

137137
m_name = name;
138138
m_client = new XrdClient(name);
139+
m_client->UseCache(false); // Hack from Prof. Bockelman
140+
139141
if (! m_client->Open(perms, openflags)
140142
|| m_client->LastServerResp()->status != kXR_ok) {
141143
edm::Exception ex(edm::errors::FileOpenError);

0 commit comments

Comments
 (0)