mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
#22211 Fix a comment in routerparse.c
This commit is contained in:
parent
d76cffda60
commit
ee3ccd2fac
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user