diff options
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 4162790ec3..f6a41665d1 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -861,6 +861,7 @@ circuit_build_failed(origin_circuit_t *circ) circuit_increment_failure_count(); /* Don't increment failure count, since Bob may have picked * the introduction point maliciously */ + /* XXX Mike, you didn't read my comment above! :) -RD */ /* Alice will pick a new intro point when this one dies, if * the stream in question still cares. No need to act here. */ break; @@ -875,6 +876,7 @@ circuit_build_failed(origin_circuit_t *circ) circuit_increment_failure_count(); /* Don't increment failure count, since Alice may have picked * the rendezvous point maliciously */ + /* XXX Mike, you didn't read my comment above! :) -RD */ log_info(LD_REND, "Couldn't connect to Alice's chosen rend point %s " "(%s hop failed).", |