Преглед на файлове

Put the start-of-downtime value in the start-of-downtime buffer so that we do not put junk in the dbg-stability.txt file

svn:r16982
Nick Mathewson преди 17 години
родител
ревизия
87eb230c01
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/or/rephist.c

+ 1 - 1
src/or/rephist.c

@@ -781,7 +781,7 @@ rep_hist_format_router_status(or_history_t *hist, time_t now)
     up = 1;
   }
   if (hist->start_of_downtime) {
-    format_iso_time(sor_buf, hist->start_of_downtime);
+    format_iso_time(sod_buf, hist->start_of_downtime);
     down = 1;
   }