diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-07-05 12:12:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-05 12:12:09 -0400 |
commit | e889da1d7f34632dce24ab590b1df99d11b5c91c (patch) | |
tree | 62da094cad9068465e5d7c84d080d11e3f5bead9 /src | |
parent | 8ba4ba0a7492e158640200cb26717abfcc6617b7 (diff) | |
parent | 43d317f99c7f30ecf1066b3887d5ef83b75fdb49 (diff) | |
download | tor-e889da1d7f34632dce24ab590b1df99d11b5c91c.tar.gz tor-e889da1d7f34632dce24ab590b1df99d11b5c91c.zip |
Merge remote-tracking branch 'asn/bug19551'
Diffstat (limited to 'src')
-rw-r--r-- | src/test/test_shared_random.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_shared_random.c b/src/test/test_shared_random.c index 270cd81228..48aa404e85 100644 --- a/src/test/test_shared_random.c +++ b/src/test/test_shared_random.c @@ -1205,6 +1205,7 @@ test_state_update(void *arg) state->valid_after = 0; state->n_reveal_rounds = 0; state->n_commit_rounds = 0; + state->n_protocol_runs = 0; } /* We need to mock for the state update function call. */ |