]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Downgrade the last xxx021 in routerparse. The duplicate code stands for now.
authorNick Mathewson <nickm@torproject.org>
Mon, 29 Dec 2008 19:57:04 +0000 (19:57 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 29 Dec 2008 19:57:04 +0000 (19:57 +0000)
svn:r17817

src/or/routerparse.c

index e0bbac003fc5db84f5664b7629d907c3292d8ece..d90a83544ad4158cad1a3740442c927feae475dc 100644 (file)
@@ -2556,7 +2556,8 @@ 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)
 {
-  /* XXXX021 there is too much duplicate code here. */
+  /* XXXX there is too much duplicate shared between this function and
+   * networkstatus_parse_vote_from_string(). */
   directory_token_t *tok;
   memarea_t *area = NULL;