#22211 Fix a comment in routerparse.c

This commit is contained in:
Nick Mathewson 2017-05-10 11:16:07 -04:00
parent d76cffda60
commit ee3ccd2fac

View File

@ -2585,7 +2585,7 @@ routerstatus_parse_entry_from_string(memarea_t *area,
goto err; goto err;
} }
} else if (flav == FLAV_MICRODESC) { } 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) { if (vote_rs) {