From: Roger Dingledine Date: Mon, 5 Apr 2004 15:17:34 +0000 (+0000) Subject: send a destroy after we send an introduce X-Git-Tag: tor-0.0.6incompat-merged~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a209bc4d3abdab79dd35b360448547e15059a56;p=thirdparty%2Ftor.git send a destroy after we send an introduce svn:r1476 --- diff --git a/src/or/rendclient.c b/src/or/rendclient.c index d726cb5cb1..82f3681e07 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -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)