Commit 7c3f87eb authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Merge branch 'maint-0.3.1' into maint-0.3.2

parents 89a3fafd bb35405d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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