[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix typo
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv23045/or
Modified Files:
connection.c
Log Message:
fix typo
Index: connection.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection.c,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -d -r1.255 -r1.256
--- connection.c 13 Oct 2004 19:42:36 -0000 1.255
+++ connection.c 13 Oct 2004 19:55:40 -0000 1.256
@@ -198,7 +198,6 @@
/* XXX We only set conn->nickname when we initiate the connection, or
* when the handshake is complete; so conn->nickname is a good test
* for "we initiated the connection", right? -NM */
- */
if(conn->nickname)
rep_hist_note_connect_failed(conn->identity_digest, time(NULL));
} else if (0) { // XXX reason == CLOSE_REASON_UNUSED_OR_CONN) {