diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-16 14:41:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-16 14:41:43 -0500 |
commit | 5970836af8868fc3460b04d278169929241ab243 (patch) | |
tree | 8bdfa07ee72154b87621c5e7ff8bd881815ceb1b /changes | |
parent | 454d85436385a7ee0b60f18834d707d72b08b915 (diff) | |
download | tor-5970836af8868fc3460b04d278169929241ab243.tar.gz tor-5970836af8868fc3460b04d278169929241ab243.zip |
fix a check-changes warning
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21074_downgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/bug21074_downgrade b/changes/bug21074_downgrade index c9f81bd137..33d0b2c613 100644 --- a/changes/bug21074_downgrade +++ b/changes/bug21074_downgrade @@ -1,4 +1,4 @@ - o Minor bugfixes: + o Minor bugfixes (OSX): - Don't exit the Tor process if setrlimit() fails to change the file limit (which can happen sometimes on some versions of OSX). Fixes bug 21074; bugfix on 0.0.9pre5. |