diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-09 09:35:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-09 09:35:05 -0400 |
commit | 638e5f976b038942043b8f053af7470345e810f5 (patch) | |
tree | 5f027df633c50c4762d28245fe989d1c9d6f3bad /changes/bug16697 | |
parent | 98be93d6d7f8a72861de7444a8356e8d1abf6bb0 (diff) | |
download | tor-638e5f976b038942043b8f053af7470345e810f5.tar.gz tor-638e5f976b038942043b8f053af7470345e810f5.zip |
Fix warnings from lintChanges
Diffstat (limited to 'changes/bug16697')
-rw-r--r-- | changes/bug16697 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/changes/bug16697 b/changes/bug16697 index ae6cf2b83e..eb65a8843b 100644 --- a/changes/bug16697 +++ b/changes/bug16697 @@ -1,10 +1,10 @@ - o Minor bugfixes + o Minor bugfixes (control port): - Control port was using set_max_file_descriptors() with a limit set to 0 to get the max value. A recent fix made this use case return an error and introduced dead code in that function. This triggered a warning that our limit (ConnLimit) was invalid but in reality it was not. - + Now, to the control port uses a specific getter function to query the value and set_max_file_descriptors() should never be used again for - that purpose. Fixes #16697; bugfix on 0.2.7.2-alpha. + that purpose. Fixes bug 16697; bugfix on 0.2.7.2-alpha. |