소스 검색

changes file for 20526

Nick Mathewson 7 년 전
부모
커밋
91053a072c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      changes/20526

+ 5 - 0
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.