mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
remove some (confusing) dead code
This commit is contained in:
parent
0235fe34d2
commit
0e8949a8fa
@ -85,7 +85,6 @@ set_onion_key(crypto_pk_env_t *k)
|
||||
tor_mutex_acquire(key_lock);
|
||||
crypto_free_pk_env(onionkey);
|
||||
onionkey = k;
|
||||
onionkey_set_at = time(NULL);
|
||||
tor_mutex_release(key_lock);
|
||||
mark_my_descriptor_dirty("set onion key");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user