Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
55634e4e
Commit
55634e4e
authored
Oct 13, 2004
by
Nick Mathewson
🎨
Browse files
Fix comment in dirserv.c
svn:r2470
parent
2b7b86f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/dirserv.c
View file @
55634e4e
...
...
@@ -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
OR
s. */
continue
;
/* only list
connections to ORs with certificate
s. */
s
=
dirserv_get_nickname_by_digest
(
conn
->
identity_digest
);
if
(
s
)
{
name
=
tor_strdup
(
s
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment