mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
447769dd28
Fixes part of bug 15211.
6 lines
223 B
Plaintext
6 lines
223 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, 0.2.2.36.
|
|
|