[tor/master] #22211 Fix a comment in routerparse.c

10 May
2017
10 May
'17
3:16 p.m.
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) {
2964
Age (days ago)
2964
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org