Add a missing ! to directory_fetches_from_authorities
commitfeffbce814fcffd341abd5a07ea7a9ba1a06558c
authorNick Mathewson <nickm@torproject.org>
Mon, 6 Dec 2010 16:36:01 +0000 (6 11:36 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 6 Dec 2010 16:36:01 +0000 (6 11:36 -0500)
tree787af4799ae31a4b30351457ae83848adcafc120
parentc0f1517d87d0c858ba8472eb85fd31df73f4b4d1
Add a missing ! to directory_fetches_from_authorities

The old logic would have us fetch from authorities if we were refusing
unknown exits and our exit policy was reject*.  Instead, we want to
fetch from authorities if we're refusing unknown exits and our exit
policy is _NOT_ reject*.

Fixed by boboper.  Fixes more of 2097.  Bugfix on 0.2.2.16-alpha.
changes/bug2097-more [new file with mode: 0644]
src/or/dirserv.c