Skip to content
Snippets Groups Projects
Unverified Commit de0969ef authored by teor's avatar teor
Browse files

Merge branch 'maint-0.3.4' into maint-0.3.5

parents be29dfed 6a61a020
No related branches found
No related tags found
No related merge requests found
......@@ -734,7 +734,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"
......@@ -968,7 +968,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
......@@ -1234,7 +1234,7 @@ test_state_transition(void *arg)
}
done:
sr_state_free();
sr_state_free_all();
}
static void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment