Remove redundant options checks for IPv6 preference conflicts
commit5227ff4aadcb41f8758d426bf8ddfb4fb2d82cdf
authorteor <teor2345@gmail.com>
Fri, 16 Dec 2016 11:31:06 +0000 (16 22:31 +1100)
committerNick Mathewson <nickm@torproject.org>
Fri, 13 Jan 2017 21:49:27 +0000 (13 16:49 -0500)
treef3fef68a7ccff1cb585816f07d4e4f717ca4e6ca
parent2e2d22d29a1829550d60c4115ad2a9822945a799
Remove redundant options checks for IPv6 preference conflicts

It is no longer possible for the IPv6 preference options to differ from the
IPv6 usage: preferring IPv6 implies possibly using IPv6.

Also remove the corresponding unit test warning message checks.
(But keep the unit tests themselves - they now run without warnings.)
src/or/config.c
src/test/test_options.c