mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Merge branch 'maint-0.3.3'
This commit is contained in:
commit
a052eea480
@ -150,7 +150,7 @@ dup_onion_keys(crypto_pk_t **key, crypto_pk_t **last)
|
||||
if (onionkey)
|
||||
*key = crypto_pk_copy_full(onionkey);
|
||||
else
|
||||
*last = NULL;
|
||||
*key = NULL;
|
||||
if (lastonionkey)
|
||||
*last = crypto_pk_copy_full(lastonionkey);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user