summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-06-08 21:10:43 +0200
committerSebastian Hahn <sebastian@torproject.org>2011-06-08 21:11:42 +0200
commit3033f8459b332c934b3098ee15c3aa04e3545484 (patch)
tree724c1abe2f2fce3c5ba3488467e05340d1b559d8 /changes
parent3bf808c3410a18508a70737329b0930f1693e262 (diff)
downloadtor-3033f8459b332c934b3098ee15c3aa04e3545484.tar.gz
tor-3033f8459b332c934b3098ee15c3aa04e3545484.zip
Remove a dead variable in the heartbeat code
Diffstat (limited to 'changes')
-rw-r--r--changes/coverity_master2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/coverity_master b/changes/coverity_master
index 3b61087e27..ab174bcecc 100644
--- a/changes/coverity_master
+++ b/changes/coverity_master
@@ -1,4 +1,6 @@
o Minor bugfixes:
- Prevent using negative indices during unit test runs when read_all()
fails. Spotted by coverity. Bugfix on 0.2.3.1.
+ o Code simplifications and refactoring:
+ - Remove a dead variable in the heartbeat log code. Spotted by coverity.