commit eef021e12d5ad2fbc86d7bf058eacc40ae6f1757 parent d7a22160f54dfa90702cfd6d6f83a0a75909edcb Author: Nick Mathewson <nickm@torproject.org> Date: Fri, 17 Jan 2020 08:39:56 -0500 Revert "Use tor_api.h entry points in ntmain.c." This reverts commit dca2629480f143ed8deb71b73b15c7c5ff890571. Diffstat:
| D | changes/bug32883 | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/changes/bug32883 b/changes/bug32883 @@ -1,5 +0,0 @@ - o Code simplification and refactoring (windows services): - - The windows service logic now uses the tor_api.h entry points, to - avoid needless code duplication, and to prevent bugs related to - the different entry points getting out of sync. Closes ticket - 32883.