mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
fix typo
svn:r5667
This commit is contained in:
parent
f46c135fac
commit
4088f7dfd1
@ -240,7 +240,7 @@ _connection_free(connection_t *conn)
|
||||
|
||||
if (conn->type == CONN_TYPE_OR &&
|
||||
!tor_digest_is_zero(conn->identity_digest)) {
|
||||
warn(LD_BUG, "called on OR conn with non-zeroed idenity_digest");
|
||||
warn(LD_BUG, "called on OR conn with non-zeroed identity_digest");
|
||||
connection_or_remove_from_identity_map(conn);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user