mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Scrub service name in introduction circuit warning
Fixes bug 18600.
This commit is contained in:
parent
45681f695c
commit
2c057c2833
1 changed files with 1 additions and 1 deletions
|
@ -2717,7 +2717,7 @@ rend_service_intro_has_opened(origin_circuit_t *circuit)
|
|||
circuit->rend_data->rend_pk_digest);
|
||||
if (!service) {
|
||||
log_warn(LD_REND, "Unrecognized service ID %s on introduction circuit %u.",
|
||||
serviceid, (unsigned)circuit->base_.n_circ_id);
|
||||
safe_str_client(serviceid), (unsigned)circuit->base_.n_circ_id);
|
||||
reason = END_CIRC_REASON_NOSUCHSERVICE;
|
||||
goto err;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue