mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
r19109@catbus: nickm | 2008-03-27 16:05:18 -0400
Replace a syntax error and a log message that was never emitted with a simple assert. Asserts are fun and easy. svn:r14224
This commit is contained in:
parent
9d132fbde6
commit
e89bf1c573
@ -1978,8 +1978,7 @@ tor_main(int argc, char *argv[])
|
||||
#ifdef USE_DMALLOC
|
||||
int r = CRYPTO_set_mem_ex_functions(_tor_malloc, _tor_realloc,
|
||||
_tor_dmalloc_free);
|
||||
if (!r) {
|
||||
log_warn("Couldn't configure openssl to use dmalloc functions.");
|
||||
tor_assert(r);
|
||||
#endif
|
||||
#ifdef NT_SERVICE
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user