summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/rephist.c2
1 files changed, 1 insertions, 1 deletions
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;
}