mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Don' call failure to get keys a bug; it's possible now.
This commit is contained in:
parent
76ec891572
commit
a1b5e8b30b
@ -2017,7 +2017,7 @@ do_main_loop(void)
|
||||
* TLS context. */
|
||||
if (! client_identity_key_is_set()) {
|
||||
if (init_keys() < 0) {
|
||||
log_err(LD_BUG,"Error initializing keys; exiting");
|
||||
log_err(LD_OR, "Error initializing keys; exiting");
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user