[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16982: {tor} Put the start-of-downtime value in the start-of-downtime buf (tor/trunk/src/or)
Author: nickm
Date: 2008-09-26 14:31:22 -0400 (Fri, 26 Sep 2008)
New Revision: 16982
Modified:
tor/trunk/src/or/rephist.c
Log:
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
Modified: tor/trunk/src/or/rephist.c
===================================================================
--- tor/trunk/src/or/rephist.c 2008-09-26 18:02:48 UTC (rev 16981)
+++ tor/trunk/src/or/rephist.c 2008-09-26 18:31:22 UTC (rev 16982)
@@ -781,7 +781,7 @@
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;
}