diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-15 16:10:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-15 16:10:59 -0400 |
commit | bdfb399867e697e1afcbe0927a7aba685a587b1c (patch) | |
tree | 47acc532ecd121187168c11f4e2dc3490022f50f /src/or/rendclient.c | |
parent | 879b1e10101f4eb5ecfb37c7a51f2882c2ac3ea1 (diff) | |
parent | cc21e56ed4cfc9c83b2cbfef9a8ff088471f7925 (diff) | |
download | tor-bdfb399867e697e1afcbe0927a7aba685a587b1c.tar tor-bdfb399867e697e1afcbe0927a7aba685a587b1c.tar.gz |
Merge remote-tracking branch 'public/xxx023'
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 79e017b0c..6c751be27 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -830,7 +830,7 @@ rend_client_rendezvous_acked(origin_circuit_t *circ, const uint8_t *request, /* Set timestamp_dirty, because circuit_expire_building expects it * to specify when a circuit entered the _C_REND_READY state. */ circ->_base.timestamp_dirty = time(NULL); - /* XXXX023 This is a pretty brute-force approach. It'd be better to + /* XXXX This is a pretty brute-force approach. It'd be better to * attach only the connections that are waiting on this circuit, rather * than trying to attach them all. See comments bug 743. */ /* If we already have the introduction circuit built, make sure we send |