don't init threads as side effect of assertion

Fixes part of bug 15211.
This commit is contained in:
Sebastian Hahn
2015-03-12 17:52:37 +01:00
parent b683b9af00
commit 68e9f364a0
2 changed files with 10 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes:
- Remove side-effects from tor_assert() calls. This was harmless,
because we never disable assertions, but it is bad style and
unnecessary. Fixes bug 15211; bugfix on 0.2.5.5.