summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-16 14:30:04 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-16 14:30:04 -0400
commit0f9b0b8bfeb861d95c3872525c4a03e77675ccbd (patch)
tree949652e61b19ed14dd3037593b176d9bc89db671 /changes
parent6cc3397e26ff37d6f01471b83e0e5bb1b5aa8eee (diff)
downloadtor-0f9b0b8bfeb861d95c3872525c4a03e77675ccbd.tar.gz
tor-0f9b0b8bfeb861d95c3872525c4a03e77675ccbd.zip
Initialize networking _before_ initializing libevent in the tests
This prevents WSANOTINITIALISED errors and fixes bug 18668. Bugfix on 0.2.8.1-alpha -- 1bac468882fd732460d8a25735131 specifically.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug186683
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug18668 b/changes/bug18668
new file mode 100644
index 0000000000..4b186b5c05
--- /dev/null
+++ b/changes/bug18668
@@ -0,0 +1,3 @@
+ o Minor bugfixes (tests):
+ - Avoid "WSANOTINITIALISED" warnings in the unit tests. Fixes bug 18668;
+ bugfix on 0.2.8.1-alpha.