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();
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: