Skip to content

Commit

Permalink
Merge branch 'maint-0.3.3' into maint-0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Feb 28, 2019
2 parents 5247315 + be71cce commit 6a61a02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/test_shared_random.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ test_vote(void *arg)

done:
UNMOCK(trusteddirserver_get_by_v3_auth_digest);
sr_state_free();
sr_state_free_all();
}

static const char *sr_state_str = "Version 1\n"
Expand Down Expand Up @@ -924,7 +924,7 @@ test_sr_compute_srv(void *arg)

done:
UNMOCK(trusteddirserver_get_by_v3_auth_digest);
sr_state_free();
sr_state_free_all();
}

/** Return a minimal vote document with a current SRV value set to
Expand Down Expand Up @@ -1190,7 +1190,7 @@ test_state_transition(void *arg)
}

done:
sr_state_free();
sr_state_free_all();
}

static void
Expand Down

0 comments on commit 6a61a02

Please sign in to comment.