aboutsummaryrefslogtreecommitdiff
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 f66019775..b00333d2c 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -698,7 +698,7 @@ hello_callback (void *cls,
698 } 698 }
699 my_hello = (struct GNUNET_HELLO_Message *) GNUNET_copy_message (hello); 699 my_hello = (struct GNUNET_HELLO_Message *) GNUNET_copy_message (hello);
700 GNUNET_assert (GNUNET_OK == 700 GNUNET_assert (GNUNET_OK ==
701 GNUNET_HELLO_get_id (hello, 701 GNUNET_HELLO_get_id (my_hello,
702 &my_peer_identity)); 702 &my_peer_identity));
703 GNUNET_TRANSPORT_get_hello_cancel (gh); 703 GNUNET_TRANSPORT_get_hello_cancel (gh);
704 gh = NULL; 704 gh = NULL;