Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64441
b: "refs/heads/CMSSW_7_1_X"
c: 2779376
h: "refs/heads/CMSSW_7_1_X"
i:
  64439: 38cad5f
v: v3
  • Loading branch information
Vincenzo Innocente committed Apr 7, 2009
1 parent 8ab72d4 commit b3f0f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 82f76fd1a3f5d9423d7c163d852a0c36647fc4ea
"refs/heads/CMSSW_7_1_X": ebab38837227fd559ec16c55a25f7e64c9ef532f
"refs/heads/CMSSW_7_1_X": 27793763ca362b28a76dad7e07062c0dfa74feae
4 changes: 2 additions & 2 deletions trunk/CondCore/IOVService/src/IOVProxy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ namespace cond {
db.commit();
cond::reflexTypeByToken(ptok);
db.start(true);
iov = pool::Ref<cond::IOVSequence>(&(pooldb.poolDataSvc()),token);
pool::Ref<cond::IOVSequence> temp(&(pooldb.poolDataSvc()),token);
iov.copyShallow(temp);
if (keepOpen) return;
*iov;
pooldb.commit();
}
~IOVImpl(){
Expand Down

0 comments on commit b3f0f0b

Please sign in to comment.