summaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/gnunet-peerinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool/gnunet-peerinfo.c')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c
index d0f9edb06..3d96f1043 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -678,7 +678,7 @@ run (void *cls, char *const *args, const char *cfgfile,
678 } 678 }
679 GNUNET_free (fn); 679 GNUNET_free (fn);
680 GNUNET_CRYPTO_ecc_key_get_public (priv, &my_public_key); 680 GNUNET_CRYPTO_ecc_key_get_public (priv, &my_public_key);
681 GNUNET_CRYPTO_ecc_key_free (priv); 681 GNUNET_free (priv);
682 GNUNET_CRYPTO_hash (&my_public_key, sizeof (my_public_key), &my_peer_identity.hashPubKey); 682 GNUNET_CRYPTO_hash (&my_public_key, sizeof (my_public_key), &my_peer_identity.hashPubKey);
683 } 683 }
684 684