From c7b9e0b8ed7076525da185e25c2142b18b4d43e3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 4 May 2016 15:10:36 -0400 Subject: Report success when not terminating an already terminated process. Also, document the actual behavior and return values of tor_terminate_process. Fixes bug18686; bugfix on 0.2.3.9-alpha. --- changes/bug18686 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug18686 (limited to 'changes') diff --git a/changes/bug18686 b/changes/bug18686 new file mode 100644 index 0000000000..23547d211d --- /dev/null +++ b/changes/bug18686 @@ -0,0 +1,5 @@ + o Minor bugfixes (pluggable transports): + - Avoid reporting a spurious error when we decide that we don't + need to terminate a pluggable transport because it has already + exited. Fixes bug 18686; bugfix on 0.2.5.5-alpha. + -- cgit v1.2.3-54-g00ecf