Merge branch 'maint-0.3.1' into release-0.3.1

This commit is contained in:
Nick Mathewson 2018-04-25 08:01:53 -04:00
commit edf721f8f0
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,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