aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-service-dht_clients.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-dht_clients.c b/src/dht/gnunet-service-dht_clients.c
index 455b9210e..08b189a31 100644
--- a/src/dht/gnunet-service-dht_clients.c
+++ b/src/dht/gnunet-service-dht_clients.c
@@ -876,6 +876,9 @@ GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration,
876 if (GNUNET_NO == frc.do_copy) 876 if (GNUNET_NO == frc.do_copy)
877 { 877 {
878 /* did not match any of the requests, free! */ 878 /* did not match any of the requests, free! */
879 GNUNET_STATISTICS_update (GDS_stats,
880 gettext_noop ("# REPLIES ignored for CLIENTS (no match)"), 1,
881 GNUNET_NO);
879 GNUNET_free (pm); 882 GNUNET_free (pm);
880 } 883 }
881} 884}