mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
68e9f364a0
Fixes part of bug 15211.
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
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.
|
|
|