From: Nick Mathewson Date: Mon, 29 Dec 2008 19:57:04 +0000 (+0000) Subject: Downgrade the last xxx021 in routerparse. The duplicate code stands for now. X-Git-Tag: tor-0.2.1.10-alpha~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76a2e11f91110d73d04bc6402d67ab39820c7f8f;p=thirdparty%2Ftor.git Downgrade the last xxx021 in routerparse. The duplicate code stands for now. svn:r17817 --- diff --git a/src/or/routerparse.c b/src/or/routerparse.c index e0bbac003f..d90a83544a 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;