소스 검색

Improve a comment

Robert Ransom 14 년 전
부모
커밋
6f220de7b9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/or/rendservice.c

+ 2 - 1
src/or/rendservice.c

@@ -547,7 +547,8 @@ rend_service_update_descriptor(rend_service_t *service)
     if (!circ || circ->_base.purpose != CIRCUIT_PURPOSE_S_INTRO)
     if (!circ || circ->_base.purpose != CIRCUIT_PURPOSE_S_INTRO)
       continue;
       continue;
 
 
-    /* We have an entirely established intro circuit. */
+    /* We have an entirely established intro circuit.  Publish it in
+     * our descriptor. */
     intro_desc = tor_malloc_zero(sizeof(rend_intro_point_t));
     intro_desc = tor_malloc_zero(sizeof(rend_intro_point_t));
     intro_desc->extend_info = extend_info_dup(intro_svc->extend_info);
     intro_desc->extend_info = extend_info_dup(intro_svc->extend_info);
     if (intro_svc->intro_key)
     if (intro_svc->intro_key)