diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-05 10:31:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-18 13:55:08 -0500 |
commit | 1c2abea30a36c2b9e0e7e220542d17210bdd0b5e (patch) | |
tree | 8978c61e52303a5b5dde657dec5bdd0621ebdf93 /changes/bug28612 | |
parent | 967efc0d28ffdedfb52640456e4483dd2ee63e05 (diff) | |
download | tor-1c2abea30a36c2b9e0e7e220542d17210bdd0b5e.tar.gz tor-1c2abea30a36c2b9e0e7e220542d17210bdd0b5e.zip |
Call run_tor_main_loop() in ntmain.c, rather than do_main_loop().
Fixes bug 28612; bugfix on 0.3.5.3-alpha.
Diffstat (limited to 'changes/bug28612')
-rw-r--r-- | changes/bug28612 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug28612 b/changes/bug28612 new file mode 100644 index 0000000000..559f254234 --- /dev/null +++ b/changes/bug28612 @@ -0,0 +1,4 @@ + o Minor bugfixes (windows services): + - Make Tor start correctly as an NT service again: previously it + was broken by refactoring. Fixes bug 28612; bugfix on 0.3.5.3-alpha. + |