summaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-04-18 08:38:40 +0000
committerRoger Dingledine <arma@torproject.org>2004-04-18 08:38:40 +0000
commitbce1fc43a23153a5935cfeb53839deb07389c881 (patch)
tree993ddee9482017d3361c56a4a48a5c391a539c92 /src/or/rendclient.c
parent3fa2925a6a6402390dcecf778f7b83494a3b0e13 (diff)
downloadtor-bce1fc43a23153a5935cfeb53839deb07389c881.tar.gz
tor-bce1fc43a23153a5935cfeb53839deb07389c881.zip
when you get an intro ack, don't also count it as an intro nack
svn:r1666
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r--src/or/rendclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index 1f086acbd2..05191523a1 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -171,6 +171,7 @@ rend_client_introduction_acked(circuit_t *circ,
rendcirc->purpose = CIRCUIT_PURPOSE_C_REND_READY_INTRO_ACKED;
}
/* close the circuit: we won't need it anymore. */
+ circ->purpose = CIRCUIT_PURPOSE_C_INTRODUCE_ACKED;
circuit_mark_for_close(circ);
} else {
/* It's a NAK; the introduction point didn't relay our request. */