]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 20526
authorNick Mathewson <nickm@torproject.org>
Thu, 3 Nov 2016 23:10:02 +0000 (19:10 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 3 Nov 2016 23:10:02 +0000 (19:10 -0400)
changes/20526 [new file with mode: 0644]

diff --git a/changes/20526 b/changes/20526
new file mode 100644 (file)
index 0000000..0924daf
--- /dev/null
@@ -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.