aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rps/gnunet-service-rps.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 9b6b3b7c6..dec921903 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -3624,6 +3624,14 @@ handle_peer_pull_reply (void *cls,
3624 "# pull reply messages received", 3624 "# pull reply messages received",
3625 1, 3625 1,
3626 GNUNET_NO); 3626 GNUNET_NO);
3627 if (GNUNET_NO == GNUNET_CONTAINER_multipeermap_contains (map_single_hop,
3628 &channel_ctx->peer_ctx->peer_id))
3629 {
3630 GNUNET_STATISTICS_update (stats,
3631 "# pull reply messages received (multi-hop peer)",
3632 1,
3633 GNUNET_NO);
3634 }
3627 } 3635 }
3628 3636
3629 #ifdef ENABLE_MALICIOUS 3637 #ifdef ENABLE_MALICIOUS