aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c
index 0bbb34184..486cb24ba 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -1071,6 +1071,7 @@ handle_get_all (void *cls, struct GNUNET_SERVER_Client *client,
1071 lapm = (const struct ListAllPeersMessage *) message; 1071 lapm = (const struct ListAllPeersMessage *) message;
1072 tcx.friend_only = ntohl (lapm->include_friend_only); 1072 tcx.friend_only = ntohl (lapm->include_friend_only);
1073 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "`%s' message received\n", "GET_ALL"); 1073 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "`%s' message received\n", "GET_ALL");
1074 GNUNET_SERVER_disable_receive_done_warning (client);
1074 tcx.tc = GNUNET_SERVER_transmit_context_create (client); 1075 tcx.tc = GNUNET_SERVER_transmit_context_create (client);
1075 GNUNET_CONTAINER_multipeermap_iterate (hostmap, &add_to_tc, &tcx); 1076 GNUNET_CONTAINER_multipeermap_iterate (hostmap, &add_to_tc, &tcx);
1076 GNUNET_SERVER_transmit_context_append_data (tcx.tc, NULL, 0, 1077 GNUNET_SERVER_transmit_context_append_data (tcx.tc, NULL, 0,