From 92b6e090825575e94b2497df58d11df532f3415c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 6 Jul 2007 18:20:52 +0000 Subject: r13633@catbus: nickm | 2007-07-06 11:08:19 -0400 Call tor_init_threads() from tor_init(). svn:r10751 --- src/or/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or') 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. */ -- cgit v1.2.3