if johnny has three fenceposts, and jill takes four away...

svn:r2089
This commit is contained in:
Roger Dingledine 2004-07-21 22:37:03 +00:00
parent 156cfb00fa
commit 3783d2e682

View File

@ -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)