mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-01 08:03:31 +01:00
downgrade a warning that could plausibly happen sometimes now that we
have controllers. svn:r4589
This commit is contained in:
parent
090836d171
commit
6ac245793c
@ -327,7 +327,7 @@ connection_or_connect(uint32_t addr, uint16_t port, const char *id_digest)
|
|||||||
|
|
||||||
if (server_mode(options) && (me=router_get_my_routerinfo()) &&
|
if (server_mode(options) && (me=router_get_my_routerinfo()) &&
|
||||||
!memcmp(me->identity_digest, id_digest,DIGEST_LEN)) {
|
!memcmp(me->identity_digest, id_digest,DIGEST_LEN)) {
|
||||||
log_fn(LOG_WARN,"Client asked me to connect to myself! Refusing.");
|
log_fn(LOG_INFO,"Client asked me to connect to myself. Refusing.");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user