diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-23 08:47:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-23 08:47:52 -0400 |
commit | fcaf3335b4916940a8033a3432bf2957c6927c0b (patch) | |
tree | 3bd9226edfdd9cf1545c72984c77a273b6feb835 /src/or | |
parent | 68dea082e728094e393ee7629854e5e8ad9bbe32 (diff) | |
parent | 3e68db02c45ea06c3f20854df1f76894424d4357 (diff) | |
download | tor-fcaf3335b4916940a8033a3432bf2957c6927c0b.tar.gz tor-fcaf3335b4916940a8033a3432bf2957c6927c0b.zip |
Merge remote-tracking branch 'public/bug23081_025' into maint-0.2.9
Diffstat (limited to 'src/or')
-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(); } |