Skip to content

Commit

Permalink
Merge branch 'maint-0.3.1' into release-0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Apr 25, 2018
2 parents beaaeec + bb35405 commit edf721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/or/router.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edf721f

Please sign in to comment.