mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r14000@catbus: nickm | 2007-07-29 21:16:45 -0400
Fix bug 472: do not use spaces in pseudo-address for local link cons. svn:r10979
This commit is contained in:
@@ -1962,7 +1962,7 @@ connection_ap_make_link(char *address, uint16_t port,
|
||||
digest, DIGEST_LEN);
|
||||
}
|
||||
|
||||
conn->_base.address = tor_strdup("(local link)");
|
||||
conn->_base.address = tor_strdup("(Tor_internal)");
|
||||
conn->_base.addr = 0;
|
||||
conn->_base.port = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user