aboutsummaryrefslogtreecommitdiff
path: root/src/or/statefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/statefile.c')
-rw-r--r--src/or/statefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/statefile.c b/src/or/statefile.c
index 4b61fde39c..db9091ca27 100644
--- a/src/or/statefile.c
+++ b/src/or/statefile.c
@@ -239,7 +239,7 @@ or_state_set(or_state_t *new_state)
ret = -1;
}
if (circuit_build_times_parse_state(
- get_circuit_build_times(),global_state) < 0) {
+ get_circuit_build_times_mutable(),global_state) < 0) {
ret = -1;
}
return ret;