mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
send a destroy after we send an introduce
svn:r1476
This commit is contained in:
parent
5b6099e8a2
commit
8a209bc4d3
@ -98,6 +98,9 @@ rend_client_send_introduction(circuit_t *introcirc, circuit_t *rendcirc) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* we don't need it anymore, plus it's been used. send the destroy. */
|
||||
circuit_mark_for_close(introcirc);
|
||||
|
||||
return 0;
|
||||
err:
|
||||
if(parsed)
|
||||
|
Loading…
Reference in New Issue
Block a user