diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-16 08:21:35 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-16 08:21:35 +0000 |
commit | 9c1470840f989d09c253c33275e814cc9fc4154b (patch) | |
tree | f6a1ab4b3abe5d54c248a60ea60d4bfd792dfe4b /src/or/rendclient.c | |
parent | 598d8b8f793831c1a747f9b84c093f606b67e059 (diff) | |
download | tor-9c1470840f989d09c253c33275e814cc9fc4154b.tar.gz tor-9c1470840f989d09c253c33275e814cc9fc4154b.zip |
i was wrong about one of my invariants
now it's commented
this should fix asserts when you try an intro point, get a nack,
and try a second one and it works.
svn:r1637
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 46fd04c049..1a1a33b000 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -166,6 +166,7 @@ rend_client_introduction_acked(circuit_t *circ, /* Locate the rend circ which is waiting to hear about this ack, * and tell it. */ + log_fn(LOG_INFO,"Received ack. Telling rend circ."); rendcirc = circuit_get_by_rend_query_and_purpose( circ->rend_query, CIRCUIT_PURPOSE_C_REND_READY); if(rendcirc) { /* remember the ack */ |