mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
if johnny has three fenceposts, and jill takes four away...
svn:r2089
This commit is contained in:
parent
156cfb00fa
commit
3783d2e682
@ -473,7 +473,7 @@ list_running_servers(char **nicknames_out)
|
||||
} else {
|
||||
name = tor_malloc(HEX_DIGEST_LEN+2);
|
||||
*name = '$';
|
||||
base16_encode(name+1, HEX_DIGEST_LEN, conn->identity_digest, DIGEST_LEN);
|
||||
base16_encode(name+1, HEX_DIGEST_LEN+1, conn->identity_digest, DIGEST_LEN);
|
||||
}
|
||||
|
||||
if(conn->state == OR_CONN_STATE_OPEN)
|
||||
|
Loading…
Reference in New Issue
Block a user