Skip to content

Remove unnecessary non-fatal assertion.

Alexander Færøy requested to merge ahf/tor:bugs/32666_045 into maint-0.4.5

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: #32666 (closed).

Merge request reports