r14536@catbus: nickm | 2007-08-13 15:54:17 -0400

Make voting actually function.


svn:r11088
This commit is contained in:
Nick Mathewson 2007-08-13 19:55:08 +00:00
parent 89c65f2a4e
commit 2d07cce67f

View File

@ -1967,8 +1967,8 @@ generate_networkstatus_vote_obj(crypto_pk_env_t *private_key,
smartlist_free(routers);
digestmap_free(omit_as_sybil, NULL);
tor_assert(v3_out);
memset(v3_out, 0, sizeof(networkstatus_vote_t));
v3_out = tor_malloc_zero(sizeof(networkstatus_vote_t));
v3_out->is_vote = 1;
dirvote_get_preferred_voting_intervals(&timing);
v3_out->published = now;