diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-23 08:47:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-23 08:47:58 -0400 |
commit | 35574d4a9ad1ce0fb40d3c06493276a71990ac48 (patch) | |
tree | 4f93224c422d991abd4278281ae4470929c642ae /src | |
parent | d29e4c05973d9e371e800a8b0ed5f28fb8f1dc22 (diff) | |
parent | fcaf3335b4916940a8033a3432bf2957c6927c0b (diff) | |
download | tor-35574d4a9ad1ce0fb40d3c06493276a71990ac48.tar.gz tor-35574d4a9ad1ce0fb40d3c06493276a71990ac48.zip |
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'src')
-rw-r--r-- | src/or/ntmain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/ntmain.c b/src/or/ntmain.c index 4c65805b32..0e6f296d24 100644 --- a/src/or/ntmain.c +++ b/src/or/ntmain.c @@ -293,6 +293,7 @@ nt_service_body(int argc, char **argv) * event loop */ service_status.dwCurrentState = SERVICE_RUNNING; service_fns.SetServiceStatus_fn(hStatus, &service_status); + set_main_thread(); do_main_loop(); tor_cleanup(); } |