[or-cvs] r12196: the other half of the question for nick  (tor/trunk/src/or)
    arma at seul.org 
    arma at seul.org
       
    Fri Oct 26 01:37:16 UTC 2007
    
    
  
Author: arma
Date: 2007-10-25 21:37:16 -0400 (Thu, 25 Oct 2007)
New Revision: 12196
Modified:
   tor/trunk/src/or/dirvote.c
Log:
the other half of the question for nick
Modified: tor/trunk/src/or/dirvote.c
===================================================================
--- tor/trunk/src/or/dirvote.c	2007-10-26 00:18:13 UTC (rev 12195)
+++ tor/trunk/src/or/dirvote.c	2007-10-26 01:37:16 UTC (rev 12196)
@@ -1526,6 +1526,8 @@
              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);
 
    
    
More information about the tor-commits
mailing list