mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r17680@tombo: nickm | 2008-08-07 16:06:30 -0400
Add a missing safe_str for a debug_log_message. Fix the bad part of bug 674. svn:r16462
This commit is contained in:
@@ -837,7 +837,7 @@ connection_tls_finish_handshake(or_connection_t *conn)
|
||||
int started_here = connection_or_nonopen_was_started_here(conn);
|
||||
|
||||
log_debug(LD_OR,"tls handshake with %s done. verifying.",
|
||||
conn->_base.address);
|
||||
safe_str(conn->_base.address));
|
||||
|
||||
directory_set_dirty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user