mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
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
This commit is contained in:
parent
e7e12236ac
commit
87eb230c01
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue