mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r15304@tombo: nickm | 2008-04-23 16:31:40 -0400
Forward-port: I had apparently broken OSX and Freebsd by not initializing threading before we initialize the logging system. This patch should do so, and fix bug 671. svn:r14430
This commit is contained in:
@@ -3991,6 +3991,7 @@ main(int c, char**v)
|
||||
int verbose = 0, any_selected = 0;
|
||||
int loglevel = LOG_ERR;
|
||||
|
||||
tor_threads_init();
|
||||
init_logging();
|
||||
|
||||
for (i = 1; i < c; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user