Fix compilation on systems with older compilers.
[tor.git] / changes / ticket40106
blob3f344d478f08f59b2555cbb4300154fb57900d7f
1   o Minor bugfixes (config, bridge):
2     - Don't initiate a connection to a bridge without a corresponding
3       transport. Fixes bug 40106; bugfix on 0.4.5.1-alpha.
4     - This also reverts an earlier fix we did for this that would validate
5       configuration to avoid such situation but turns out it wouldn't work for
6       a DisableNetwork thus the new approach.