Don't log supported-protover warnings if consensus is older than Tor.
commit56f1cab9c12349538c5526de92d6e64fecb81184
authorNick Mathewson <nickm@torproject.org>
Mon, 8 Feb 2021 16:52:53 +0000 (8 11:52 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 8 Feb 2021 16:52:53 +0000 (8 11:52 -0500)
tree598bdf309473a346a8435437b933e26fb9c847df
parent49c61c1bb85fa557a6a47f41cfab435a82a6d82f
Don't log supported-protover warnings if consensus is older than Tor.

Previously we would warn in this case... but there's really no
justification for doing so, and it can only cause confusion.

Fixes bug #40281; bugfix on 0.4.0.1-alpha.
changes/bug40281 [new file with mode: 0644]
src/feature/nodelist/networkstatus.c