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:
Nick Mathewson
2008-04-23 20:32:31 +00:00
parent 5dc8062afa
commit 05b184de01
3 changed files with 10 additions and 6 deletions
+1
View File
@@ -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) {