Remove unnecessary non-fatal assertion.
commit13cf96445377ba97090c759901d2574cdc82ca3c
authorAlexander Færøy <ahf@torproject.org>
Tue, 19 Jan 2021 16:59:13 +0000 (19 16:59 +0000)
committerAlexander Færøy <ahf@torproject.org>
Tue, 19 Jan 2021 17:08:01 +0000 (19 17:08 +0000)
tree8dd434edb7206a1c154dece546a7cac0f71e4c5d
parente5a0c739d4865b300e904d45c413d5c8f0da304c
Remove unnecessary non-fatal assertion.

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.
changes/bug32666 [new file with mode: 0644]
src/core/or/circuitbuild.c