diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-08 21:54:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-08 21:54:12 -0400 |
commit | 45eadf39551bc1d3d00e677c8b7fd977a17aad01 (patch) | |
tree | f5308e52c175a1328f9615fa98c2df027df2d7d0 /changes/bug3963 | |
parent | dfa6cde4d4de57476ea8381199dfbac1afc245d5 (diff) | |
download | tor-45eadf39551bc1d3d00e677c8b7fd977a17aad01.tar tor-45eadf39551bc1d3d00e677c8b7fd977a17aad01.tar.gz |
All NT service configuration commands should make the process exit.
Fixes bug 3963; fix on 0.2.0.7-alpha.
Diffstat (limited to 'changes/bug3963')
-rw-r--r-- | changes/bug3963 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3963 b/changes/bug3963 new file mode 100644 index 000000000..2fc44a095 --- /dev/null +++ b/changes/bug3963 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - When configuring, starting, or stopping an NT service, stop + immediately after the service configuration attempt has succeeded + or failed. Fixes bug3963; bugfix on 0.2.0.7-alpha. + |