View options
- Truncate descriptions
Activity
I tried to fix this. Here is my github branch: https://github.com/Jigsaw52/tor/tree/fix-19562
I named the argument of the voting_schedule_free as voting_schedule_to_free because naming it voting_schedule would shadow an existing variable on dirvote.c.
Trac:
Status: new to needs_reviewFor a public function that is non-static, I personally prefer having the object name before the action so
voting_schedule_free()
instead. Actually, in this case if we really want to be strict on the namespacing, we should do something likedirvote_voting_schedule_free()
(ordir_
) but I'll leave this decision to nickm on what he prefers (as the maintainer) :)Apart from naming, lgtm!
Trac:
Status: needs_review to merge_ready
Reviewer: N/A to dgoulet