don't init threads as side effect of assertion
[tor.git] / changes / bug15211
blobb99e61ef1137d21c08d3939e260c68e4f86e1901
1   o Minor bugfixes:
2     - Remove side-effects from tor_assert() calls. This was harmless,
3       because we never disable assertions, but it is bad style and
4       unnecessary. Fixes bug 15211; bugfix on 0.2.5.5.