Explorar o código

ah, that explains why we weren't going dormant with
respect to descriptor fetches. maybe now it will work.


svn:r6565

Roger Dingledine %!s(int64=19) %!d(string=hai) anos
pai
achega
a18766e50c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/rephist.c

+ 1 - 1
src/or/rephist.c

@@ -920,7 +920,7 @@ rep_hist_circbuilding_dormant(void)
 {
   /* Any ports used lately? These are pre-seeded if we just started
    * up or if we're running a hidden service. */
-  if (predicted_ports_list || predicted_internal_time)
+  if (smartlist_len(predicted_ports_list) || predicted_internal_time)
     return 0;
 
   /* see if we'll still need to build testing circuits */