[tor-commits] [tor/master] #22211 Fix a comment in routerparse.c
nickm at torproject.org
nickm at torproject.org
Wed May 10 15:16:14 UTC 2017
commit ee3ccd2facb2cfe863315f671c337eca72e6700c
Author: Nick Mathewson <nickm at 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) {
More information about the tor-commits
mailing list