[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17966: {tor} Clean up (and mark for 0.2.2.) comments relating to non-beau (tor/trunk/src/or)
Author: nickm
Date: 2009-01-06 12:37:22 -0500 (Tue, 06 Jan 2009)
New Revision: 17966
Modified:
tor/trunk/src/or/rendclient.c
Log:
Clean up (and mark for 0.2.2.) comments relating to non-beauty of current bug-743 fix.
Modified: tor/trunk/src/or/rendclient.c
===================================================================
--- tor/trunk/src/or/rendclient.c 2009-01-06 17:26:12 UTC (rev 17965)
+++ tor/trunk/src/or/rendclient.c 2009-01-06 17:37:22 UTC (rev 17966)
@@ -598,9 +598,9 @@
log_info(LD_REND,"Got rendezvous ack. This circuit is now ready for "
"rendezvous.");
circ->_base.purpose = CIRCUIT_PURPOSE_C_REND_READY;
- /*XXXX This is a pretty brute approach. It'd be better to
+ /* XXXX022 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 bug 743. */
+ * than trying to attach them all. See comments bug 743. */
/* If we already have the introduction circuit built, make sure we send
* the INTRODUCE cell _now_ */
connection_ap_attach_pending();
@@ -666,10 +666,9 @@
onion_append_to_cpath(&circ->cpath, hop);
circ->build_state->pending_final_cpath = NULL; /* prevent double-free */
- /*XXXX This is a pretty brute approach. It'd be better to
+ /* XXXX022 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 bug 743.*/
- /* */
+ * than trying to attach them all. See comments bug 743. */
connection_ap_attach_pending();
return 0;
err: