mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
Improve a comment
This commit is contained in:
parent
190aac0eab
commit
6f220de7b9
@ -547,7 +547,8 @@ rend_service_update_descriptor(rend_service_t *service)
|
||||
if (!circ || circ->_base.purpose != CIRCUIT_PURPOSE_S_INTRO)
|
||||
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->extend_info = extend_info_dup(intro_svc->extend_info);
|
||||
if (intro_svc->intro_key)
|
||||
|
Loading…
Reference in New Issue
Block a user