]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Put the start-of-downtime value in the start-of-downtime buffer so that we do not...
authorNick Mathewson <nickm@torproject.org>
Fri, 26 Sep 2008 18:31:22 +0000 (18:31 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 26 Sep 2008 18:31:22 +0000 (18:31 +0000)
svn:r16982

src/or/rephist.c

index 6262147cb8bebb6392bb90089228e39e15e13112..76f31652353c186cca621a9c1c5b0eec30042e79 100644 (file)
@@ -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;
   }