[tor-bugs] #1776 [Tor Client]: Allow regular relays to be used as bridges
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Fri Aug 20 14:10:54 UTC 2010
#1776: Allow regular relays to be used as bridges
-------------------------+--------------------------------------------------
Reporter: Sebastian | Owner: arma
Type: defect | Status: needs_review
Priority: normal | Milestone: Tor: 0.2.2.x-final
Component: Tor Client | Version:
Resolution: | Keywords:
Parent: |
-------------------------+--------------------------------------------------
Changes (by Sebastian):
* status: accepted => needs_review
Comment:
So my original patch was being extremely silly when it did this:
if (old_router && (!routerinfo_is_a_configured_bridge(router) ||
routerinfo_is_a_configured_bridge(old_router))) {
because routerinfo_is_a_configured_bridge() will either be true for both
or neither one of them.
bug1776_v3 should fix that, I think.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/1776#comment:14>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list