aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/gnunet-service-peerinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/gnunet-service-peerinfo.c')
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c
index dc4c9fa07..6be98879f 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -655,7 +655,7 @@ update_friend_hello (const struct GNUNET_HELLO_Message *hello,
655{ 655{
656 struct GNUNET_HELLO_Message * res; 656 struct GNUNET_HELLO_Message * res;
657 struct GNUNET_HELLO_Message * tmp; 657 struct GNUNET_HELLO_Message * tmp;
658 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded pk; 658 struct GNUNET_CRYPTO_EccPublicKey pk;
659 659
660 if (NULL != friend_hello) 660 if (NULL != friend_hello)
661 { 661 {