From 91053a072c09cb0bbb60fbb334656b05be87da81 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 3 Nov 2016 19:10:02 -0400 Subject: [PATCH] changes file for 20526 --- changes/20526 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/20526 diff --git a/changes/20526 b/changes/20526 new file mode 100644 index 0000000000..0924daf39f --- /dev/null +++ b/changes/20526 @@ -0,0 +1,5 @@ + o Refactoring (onion services): + - Introduce rend_service_is_ephemeral() that tells if given onion + service is ephemeral. Replace unclear NULL-checkings for service + directory with this function. + Closes ticket 20526.