diff options
Diffstat (limited to 'src/or/hibernate.c')
-rw-r--r-- | src/or/hibernate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c index 77109849d3..04af40de3c 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -544,7 +544,7 @@ accounting_record_bandwidth_usage(time_t now, or_state_t *state) time_t tmp; int r = 0; uint64_t expected; - static time_t last_recorded; + static time_t last_recorded = 0; /* First, update bw_accounting. Until 0.1.2.5-alpha, this was the only place * we stored this information. The format is: |