aboutsummaryrefslogtreecommitdiff
path: root/changes/bug28348_034
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-06 07:40:02 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-06 07:40:02 -0500
commit2aff02eb3dee506424874bd6d9c1ded3860abc22 (patch)
treeeaa1273efdbfe4bd505a85b5758d9271e09d2fbe /changes/bug28348_034
parent5acf6f8717d3dcaf170e4e1b07f688f0bfbc2ac7 (diff)
downloadtor-2aff02eb3dee506424874bd6d9c1ded3860abc22.tar.gz
tor-2aff02eb3dee506424874bd6d9c1ded3860abc22.zip
Actually disable NEED_NET periodic events when DisableNetwork is set
Fixes bug 28348; bugfix on 0.3.4.1-alpha
Diffstat (limited to 'changes/bug28348_034')
-rw-r--r--changes/bug28348_0345
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug28348_034 b/changes/bug28348_034
new file mode 100644
index 0000000000..3913c03a4c
--- /dev/null
+++ b/changes/bug28348_034
@@ -0,0 +1,5 @@
+ o Major bugfixes (embedding, main loop):
+ - When DisableNetwork becomes set, actually disable periodic events that
+ are already enabled. (Previously, we would refrain from enabling new
+ ones, but we would leave the old ones turned on.)
+ Fixes bug 28348; bugfix on 0.3.4.1-alpha.