aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-06 09:15:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-06 09:15:31 +0000
commitf0ec76b483e9c250a22fe7428892fac30ac1dfb5 (patch)
treece8a233ecf9355a3e2ad1bcc61c539bf0b1fb409 /src/peerinfo-tool
parent227880e286bee5aa00353bbbcec053f57f6b14fe (diff)
downloadgnunet-f0ec76b483e9c250a22fe7428892fac30ac1dfb5.tar.gz
gnunet-f0ec76b483e9c250a22fe7428892fac30ac1dfb5.zip
fixing 1761
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 c61b6abbf..eaaac0c38 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -158,7 +158,7 @@ print_peer_info (void *cls, const struct GNUNET_PeerIdentity *peer,
158 GNUNET_PEERINFO_disconnect (peerinfo); 158 GNUNET_PEERINFO_disconnect (peerinfo);
159 return; 159 return;
160 } 160 }
161 if (be_quiet) 161 if ( (be_quiet) || (NULL == hello) )
162 { 162 {
163 GNUNET_CRYPTO_hash_to_enc (&peer->hashPubKey, &enc); 163 GNUNET_CRYPTO_hash_to_enc (&peer->hashPubKey, &enc);
164 printf ("%s\n", (const char *) &enc); 164 printf ("%s\n", (const char *) &enc);