aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-04-10 11:27:43 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-04-10 11:27:43 +0000
commit46d9b8ca21dead581b8fa3a1cb6b00d55965b15e (patch)
tree07f6fa8f58a027492c9c9a8995f82676240efdda
parent2e7423ffb297c6956228930e03ebaf58eb13da06 (diff)
downloadgnunet-46d9b8ca21dead581b8fa3a1cb6b00d55965b15e.tar.gz
gnunet-46d9b8ca21dead581b8fa3a1cb6b00d55965b15e.zip
fixed friend flag
-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 dd3af08f9..93c765ced 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -644,7 +644,7 @@ state_machine (void *cls,
644 if (GNUNET_YES == get_uri) 644 if (GNUNET_YES == get_uri)
645 { 645 {
646 GPI_plugins_load (cfg); 646 GPI_plugins_load (cfg);
647 pic = GNUNET_PEERINFO_iterate (peerinfo, GNUNET_YES, &my_peer_identity, 647 pic = GNUNET_PEERINFO_iterate (peerinfo, include_friend_only, &my_peer_identity,
648 TIMEOUT, &print_my_uri, NULL); 648 TIMEOUT, &print_my_uri, NULL);
649 get_uri = GNUNET_NO; 649 get_uri = GNUNET_NO;
650 return; 650 return;