summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-05 13:43:58 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-05 13:43:58 -0400
commit1135405c8c6ea315cd035171770a6701edae57f0 (patch)
treeff9a736cd908a26b81ce359e5afac9f86891f335 /changes
parent5a047cdc5feebf33302cf28c0f6dc092df0e58a8 (diff)
downloadtor-1135405c8c6ea315cd035171770a6701edae57f0.tar.gz
tor-1135405c8c6ea315cd035171770a6701edae57f0.zip
Fix a variable-shadowing bug in check_private_dir
We introduded a shadowed variable, thereby causing a log message to be wrong. Fixes 19578. I believe the bug was introduced by 54d7d31cba84232 in 0.2.2.29-beta.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug195783
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug19578 b/changes/bug19578
new file mode 100644
index 0000000000..8b3355b191
--- /dev/null
+++ b/changes/bug19578
@@ -0,0 +1,3 @@
+ o Minor bugfixes (logging):
+ - When logging a directory ownership mismatch, log the owning username
+ correctly. Fixes bug 19578; bugfix on 0.2.2.29-beta.