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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht_hello.c b/src/dht/gnunet-service-dht_hello.c
index 32a99203f..2ce7f1925 100644
--- a/src/dht/gnunet-service-dht_hello.c
+++ b/src/dht/gnunet-service-dht_hello.c
@@ -76,7 +76,7 @@ process_hello (void *cls, const struct GNUNET_PeerIdentity *peer,
76 if (hello == NULL) 76 if (hello == NULL)
77 return; 77 return;
78 ex = GNUNET_HELLO_get_last_expiration (hello); 78 ex = GNUNET_HELLO_get_last_expiration (hello);
79 if (GNUNET_TIME_absolute_get_remaining (ex).rel_value == 0) 79 if (0 == GNUNET_TIME_absolute_get_remaining (ex).rel_value_us)
80 return; 80 return;
81 GNUNET_STATISTICS_update (GDS_stats, 81 GNUNET_STATISTICS_update (GDS_stats,
82 gettext_noop ("# HELLOs obtained from peerinfo"), 1, 82 gettext_noop ("# HELLOs obtained from peerinfo"), 1,