diff options
Diffstat (limited to 'src/test')
-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 d001785340..91a4c39cd0 100644 --- a/src/test/test_shared_random.c +++ b/src/test/test_shared_random.c @@ -1193,6 +1193,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. */ |