mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Properly initialize the cc_enabled field in hs intro data.
This commit is contained in:
parent
01bda6c23f
commit
77bf932c83
@ -996,6 +996,7 @@ hs_circ_handle_introduce2(const hs_service_t *service,
|
||||
data.payload_len = payload_len;
|
||||
data.link_specifiers = smartlist_new();
|
||||
data.replay_cache = ip->replay_cache;
|
||||
data.cc_enabled = 0;
|
||||
|
||||
if (get_subcredential_for_handling_intro2_cell(service,
|
||||
&data, subcredential)) {
|
||||
|
Loading…
Reference in New Issue
Block a user