[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17817: {tor} Downgrade the last xxx021 in routerparse. The duplicate code (tor/trunk/src/or)



Author: nickm
Date: 2008-12-29 14:57:04 -0500 (Mon, 29 Dec 2008)
New Revision: 17817

Modified:
   tor/trunk/src/or/routerparse.c
Log:
Downgrade the last xxx021 in routerparse.  The duplicate code stands for now.

Modified: tor/trunk/src/or/routerparse.c
===================================================================
--- tor/trunk/src/or/routerparse.c	2008-12-29 19:55:23 UTC (rev 17816)
+++ tor/trunk/src/or/routerparse.c	2008-12-29 19:57:04 UTC (rev 17817)
@@ -2556,7 +2556,8 @@
 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;