aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-29 19:57:04 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-29 19:57:04 +0000
commit76a2e11f91110d73d04bc6402d67ab39820c7f8f (patch)
tree842511c58e4d1cd7b3ac3644a74a19a4449cce4e /src/or/routerparse.c
parentd0924d522d471039f8e21a52d4d4e4f52a165026 (diff)
downloadtor-76a2e11f91110d73d04bc6402d67ab39820c7f8f.tar
tor-76a2e11f91110d73d04bc6402d67ab39820c7f8f.tar.gz
Downgrade the last xxx021 in routerparse. The duplicate code stands for now.
svn:r17817
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index e0bbac003..d90a83544 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -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;