mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix comment in dirserv.c
svn:r2470
This commit is contained in:
+1
-1
@@ -482,7 +482,7 @@ list_running_servers(char **nicknames_out)
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user