mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
Fix comment in dirserv.c
svn:r2470
This commit is contained in:
parent
2b7b86f5e6
commit
55634e4eec
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue