From 273b267fa234c5a26c9beaacede42a496c880e05 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 23 Nov 2015 09:02:54 -0500 Subject: Fix: use the right list in find_expiring_intro_point() The wrong list was used when looking up expired intro points in a rend service object causing what we think could be reachability issues and triggering a BUG log. Fixes #16702 Signed-off-by: David Goulet --- changes/bug16702 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug16702 (limited to 'changes') diff --git a/changes/bug16702 b/changes/bug16702 new file mode 100644 index 0000000000..5de36cd351 --- /dev/null +++ b/changes/bug16702 @@ -0,0 +1,4 @@ + o Minor bugfixes (hidden service) + - The wrong list was used when looking up expired intro points in a rend + service object causing what we think could be reachability issues and + triggering a BUG log. Fixes 16702; bugfix on tor-0.2.7.2-alpha. -- cgit v1.2.3-54-g00ecf