Initialize publish/subscribe code when running as an NT service.

Fixes bug 32778; bugfix on 0.4.1.1-alpha.
This commit is contained in:
Nick Mathewson
2020-01-06 08:45:29 -05:00
parent eef021e12d
commit c8b6392b4e
4 changed files with 15 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (windows service):
- Initialize publish/subscribe system when running as a windows service.
Fixes bug 32778; bugfix on 0.4.1.1-alpha.