r17936@catbus: nickm | 2008-02-06 00:31:11 -0500

Fix/downgrade some more XXX020s.


svn:r13397
This commit is contained in:
Nick Mathewson
2008-02-06 05:31:21 +00:00
parent 8366da01fb
commit ec6c131da6
7 changed files with 93 additions and 105 deletions
+1 -1
View File
@@ -2343,7 +2343,7 @@ networkstatus_parse_vote_from_string(const char *s, const char **eos_out,
ns_detached_signatures_t *
networkstatus_parse_detached_signatures(const char *s, const char *eos)
{
/* XXXX020 there is too much duplicate code here. */
/* XXXX there is too much duplicate code here. */
directory_token_t *tok;
smartlist_t *tokens = smartlist_create();