diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index 913f299fc..68e476fc4 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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. */ |