Loading src/or/routerparse.c +1 −0 Original line number Diff line number Diff line Loading @@ -675,6 +675,7 @@ router_parse_list_from_string(const char **s, smartlist_t *dest) if (strcmpstart(cp, "\n-----END SIGNATURE-----\n")) { info(LD_DIR, "Ignoring truncated router descriptor."); *s = end; continue; } Loading Loading
src/or/routerparse.c +1 −0 Original line number Diff line number Diff line Loading @@ -675,6 +675,7 @@ router_parse_list_from_string(const char **s, smartlist_t *dest) if (strcmpstart(cp, "\n-----END SIGNATURE-----\n")) { info(LD_DIR, "Ignoring truncated router descriptor."); *s = end; continue; } Loading