diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-02 11:58:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-02 11:58:08 -0400 |
commit | e3c143f5214b4a2d37dbb47940eaf2cc2e212f86 (patch) | |
tree | 9dc89abc6d5816ae8ced5764124b50238eadce2b /src/or/rephist.c | |
parent | 67c0ad54263be7fb742a8d499f97f5908f9ec970 (diff) | |
parent | efcab439564dcadc5bc14609a9205d73d236e966 (diff) | |
download | tor-e3c143f5214b4a2d37dbb47940eaf2cc2e212f86.tar.gz tor-e3c143f5214b4a2d37dbb47940eaf2cc2e212f86.zip |
Merge remote-tracking branch 'origin/maint-0.2.5'
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 7bc9e1ce12..2f8ebcb5b3 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -1570,7 +1570,7 @@ rep_hist_load_bwhist_state_section(bw_array_t *b, time_t start; uint64_t v, mv; - int i,ok,ok_m; + int i,ok,ok_m = 0; int have_maxima = s_maxima && s_values && (smartlist_len(s_values) == smartlist_len(s_maxima)); |