commit ee3ccd2facb2cfe863315f671c337eca72e6700c Author: Nick Mathewson nickm@torproject.org Date: Wed May 10 11:16:07 2017 -0400
#22211 Fix a comment in routerparse.c --- src/or/routerparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index fa79cf7..0f6113c 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -2585,7 +2585,7 @@ routerstatus_parse_entry_from_string(memarea_t *area, goto err; } } else if (flav == FLAV_MICRODESC) { - offset = -1; /* There is no identity digest */ + offset = -1; /* There is no descriptor digest in an md consensus r line */ }
if (vote_rs) {