summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/test_shared_random.c1
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. */