aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_hello.c')
-rw-r--r--src/dht/gnunet-service-dht_hello.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-dht_hello.c b/src/dht/gnunet-service-dht_hello.c
index 2ee60c91f..db10bb68c 100644
--- a/src/dht/gnunet-service-dht_hello.c
+++ b/src/dht/gnunet-service-dht_hello.c
@@ -80,6 +80,9 @@ process_hello (void *cls,
80 ex = GNUNET_HELLO_get_last_expiration (hello); 80 ex = GNUNET_HELLO_get_last_expiration (hello);
81 if (GNUNET_TIME_absolute_get_remaining (ex).rel_value == 0) 81 if (GNUNET_TIME_absolute_get_remaining (ex).rel_value == 0)
82 return; 82 return;
83 GNUNET_STATISTICS_update (GDS_stats,
84 gettext_noop ("# HELLOs obtained from peerinfo"), 1,
85 GNUNET_NO);
83 hm = GNUNET_CONTAINER_multihashmap_get (peer_to_hello, 86 hm = GNUNET_CONTAINER_multihashmap_get (peer_to_hello,
84 &peer->hashPubKey); 87 &peer->hashPubKey);
85 GNUNET_free_non_null (hm); 88 GNUNET_free_non_null (hm);