mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r13633@catbus: nickm | 2007-07-06 11:08:19 -0400
Call tor_init_threads() from tor_init(). svn:r10751
This commit is contained in:
parent
73b4428a8b
commit
92b6e09082
@ -1698,6 +1698,8 @@ tor_init(int argc, char *argv[])
|
||||
/* Have the log set up with our application name. */
|
||||
tor_snprintf(buf, sizeof(buf), "Tor %s", get_version());
|
||||
log_set_application_name(buf);
|
||||
/* Initialize threading. */
|
||||
tor_threads_init();
|
||||
/* Initialize the history structures. */
|
||||
rep_hist_init();
|
||||
/* Initialize the service cache. */
|
||||
|
Loading…
Reference in New Issue
Block a user