aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-16 19:51:16 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-16 19:51:16 +0000
commit7a56baa01b580d640da9c29dfb7c9835c3399ede (patch)
tree601997f38ae183886bc7bd3df737be66ab537de9 /src/peerinfo-tool
parent0f3e7c893811e2444a03459b0a0b7c0236ca7910 (diff)
downloadgnunet-7a56baa01b580d640da9c29dfb7c9835c3399ede.tar.gz
gnunet-7a56baa01b580d640da9c29dfb7c9835c3399ede.zip
-fix warning
Diffstat (limited to 'src/peerinfo-tool')
-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;