aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-26 01:37:16 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-26 01:37:16 +0000
commit4cbaa51aa2a9c392aa7ce8bc4988a56ef63742f1 (patch)
tree2233fdf858a82fb2d71208249960f9b1ebbf306f /src/or/dirvote.c
parente4230d100a3ff156c91613671229b06912669dc4 (diff)
downloadtor-4cbaa51aa2a9c392aa7ce8bc4988a56ef63742f1.tar
tor-4cbaa51aa2a9c392aa7ce8bc4988a56ef63742f1.tar.gz
the other half of the question for nick
svn:r12196
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r--src/or/dirvote.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c
index 338febf1a..88f18a3b8 100644
--- a/src/or/dirvote.c
+++ b/src/or/dirvote.c
@@ -1526,6 +1526,8 @@ dirvote_add_vote(const char *vote_body, const char **msg_out, int *status_out)
hex_str(vi->identity_digest, DIGEST_LEN),
ds?"is not recognized":"is recognized, but is not listed as v3",
/* XXX020 isn't the above line backwards? -RD */
+/* In fact, how can ds->v3_identity_digest be set if it's not a
+ * V3_AUTHORITY? */
keys);
tor_free(keys);