aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-04 14:55:35 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-04 14:55:35 +0000
commita081b34947d8d2b94efd49c4ff87ae1e650807a5 (patch)
treebebb8d83c1265ef256c126e7d79f28677e66ed1d /src/peerinfo
parentbfd8f09287d9c609607ded19bc10f9dc3469acd3 (diff)
downloadgnunet-a081b34947d8d2b94efd49c4ff87ae1e650807a5.tar.gz
gnunet-a081b34947d8d2b94efd49c4ff87ae1e650807a5.zip
-fix #3355: disable warning
Diffstat (limited to 'src/peerinfo')
-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,