summaryrefslogtreecommitdiff
path: root/changes/bug32666
AgeCommit message (Collapse)Author
2021-01-22Remove changes files for entries that have appeared in an 045 changelog.Nick Mathewson
2021-01-19Remove unnecessary non-fatal assertion.Alexander Færøy
This patch removes a call to `tor_assert_nonfatal()` if `extend_info_from_node()` returns NULL. This is unnecessary as we already handle the case where `info` is NULL in the next `if (!info) { ... }` block in the code. See: tor#32666.