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
  • Loading branch information
cmsbuild committed Jan 24, 2016
2 parents 50d92d6 + 02f4baf commit 559c64b
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 559c64b

Please sign in to comment.