mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-03 00:53:32 +01:00
parent
d01602bebb
commit
db2a9180be
@ -1943,7 +1943,7 @@ connection_or_client_learned_peer_id(or_connection_t *conn,
|
|||||||
int severity;
|
int severity;
|
||||||
const char *extra_log = "";
|
const char *extra_log = "";
|
||||||
|
|
||||||
/* Relays, Single Onion Services, and Tor2web make direct connections using
|
/* Relays and Single Onion Services make direct connections using
|
||||||
* untrusted authentication keys. */
|
* untrusted authentication keys. */
|
||||||
if (server_mode(options) || non_anonymous_mode) {
|
if (server_mode(options) || non_anonymous_mode) {
|
||||||
severity = LOG_PROTOCOL_WARN;
|
severity = LOG_PROTOCOL_WARN;
|
||||||
|
Loading…
Reference in New Issue
Block a user