[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] remove pointless XXXX. It was there to remind me to do som...



Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv29781/src/or

Modified Files:
	circuitlist.c 
Log Message:
remove pointless XXXX.  It was there to remind me to do something I already did.

Index: circuitlist.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/circuitlist.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- circuitlist.c	14 Jul 2005 08:43:19 -0000	1.54
+++ circuitlist.c	14 Jul 2005 16:37:33 -0000	1.55
@@ -617,7 +617,6 @@
     log_fn(LOG_INFO,"Failed intro circ %s to %s (awaiting ack). Removing from descriptor.",
            safe_str(circ->rend_query),
            safe_str(build_state_get_exit_nickname(circ->build_state)));
-    // XXXX NM
     rend_client_remove_intro_point(circ->build_state->chosen_exit,
                                    circ->rend_query);
   }