From: Nick Mathewson Date: Fri, 26 Sep 2008 18:31:22 +0000 (+0000) Subject: Put the start-of-downtime value in the start-of-downtime buffer so that we do not... X-Git-Tag: tor-0.2.1.6-alpha~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87eb230c01693c0cdb81d05a6bd2c866874c5e3a;p=thirdparty%2Ftor.git 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 --- diff --git a/src/or/rephist.c b/src/or/rephist.c index 6262147cb8..76f3165235 100644 --- a/src/or/rephist.c +++ b/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; }