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

[or-cvs] Fix comment in dirserv.c



Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv25725/src/or

Modified Files:
	dirserv.c 
Log Message:
Fix comment in dirserv.c

Index: dirserv.c
===================================================================
RCS file: /home/or/cvsroot/src/or/dirserv.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- dirserv.c	13 Oct 2004 20:17:45 -0000	1.96
+++ dirserv.c	13 Oct 2004 20:28:46 -0000	1.97
@@ -482,7 +482,7 @@
   for (i = 0; i<n_conns; ++i) {
     conn = connection_array[i];
     if (conn->type != CONN_TYPE_OR || !conn->nickname)
-      continue; /* only list ORs. */
+      continue; /* only list connections to ORs with certificates. */
     s = dirserv_get_nickname_by_digest(conn->identity_digest);
     if (s) {
       name = tor_strdup(s);