aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;