]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix dead code found by Coverity (CID 419).
authorNick Mathewson <nickm@torproject.org>
Tue, 27 Oct 2009 02:15:13 +0000 (22:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 27 Oct 2009 02:40:41 +0000 (22:40 -0400)
commitcaa141617f324138b329051520dcdf0d9289d618
tree35b6cd95f2755bf80cca3790f9fb4b03c655ca74
parent98cd8c5d167450733fcef804838919e528e13ad3
Fix dead code found by Coverity (CID 419).

This was left over from an early draft of the microdescriptor code; it
began to populate the signatures array of a networkstatus vote, even
though there's no actual need to do that for a vote.
src/or/dirserv.c