Skip to content

Commit

Permalink
Merge pull request #12393 from diguida/conddbV2-fix-reconnect-each-ru…
Browse files Browse the repository at this point in the history
…n_76X

Fix for the reconnect-each-run policy in CondDBESSource 76X
  • Loading branch information
cmsbuild committed Jan 24, 2016
2 parents 767ead1 + abba1be commit cfc09e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondCore/CondDB/src/PayloadProxy.cc
Expand Up @@ -31,7 +31,7 @@ namespace cond {

void BasePayloadProxy::reload(){
std::string tag = m_iovProxy.tag();
if( !tag.empty() ) m_iovProxy.reload();
if( !tag.empty() ) loadTag( tag );
}

ValidityInterval BasePayloadProxy::setIntervalFor(cond::Time_t time, bool load) {
Expand Down

0 comments on commit cfc09e8

Please sign in to comment.