aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-05 19:56:56 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-05 19:56:56 +0000
commit17f6e52f9f595d12ef4e0b325accef042c0af196 (patch)
tree0b9fb12f18cf7618b0b36a6f9755d0dc9161c5c5 /src/peerinfo-tool
parentb1780f05127f1c84c442f12fe84ae8e712032164 (diff)
downloadgnunet-17f6e52f9f595d12ef4e0b325accef042c0af196.tar.gz
gnunet-17f6e52f9f595d12ef4e0b325accef042c0af196.zip
-fix
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c
index 1e93a5ee8..b3af29944 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -252,7 +252,6 @@ print_my_uri (void *cls, const struct GNUNET_PeerIdentity *peer,
252{ 252{
253 struct GNUNET_CRYPTO_HashAsciiEncoded enc; 253 struct GNUNET_CRYPTO_HashAsciiEncoded enc;
254 struct PrintContext *pc = cls; 254 struct PrintContext *pc = cls;
255 char *pkey;
256 255
257 if (peer == NULL) 256 if (peer == NULL)
258 { 257 {