aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_datacache.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-01-03 15:35:49 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-01-03 15:35:49 +0100
commit44efce8316b644f15b5e87852f5b7df7d58cfa97 (patch)
tree8c65a552e11b56ab86748eafdac4a87958cf5d1e /src/dht/gnunet-service-dht_datacache.c
parentf72a57c08e2f3d4c55fd0a700b48138fdfe8df5d (diff)
downloadgnunet-44efce8316b644f15b5e87852f5b7df7d58cfa97.tar.gz
gnunet-44efce8316b644f15b5e87852f5b7df7d58cfa97.zip
-more DHT code cleanup (no substantial changes)
Diffstat (limited to 'src/dht/gnunet-service-dht_datacache.c')
-rw-r--r--src/dht/gnunet-service-dht_datacache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht_datacache.c b/src/dht/gnunet-service-dht_datacache.c
index 131cad8aa..214c4a3f4 100644
--- a/src/dht/gnunet-service-dht_datacache.c
+++ b/src/dht/gnunet-service-dht_datacache.c
@@ -237,7 +237,7 @@ GDS_DATACACHE_handle_get (const struct GNUNET_HashCode *key,
237 if (NULL == datacache) 237 if (NULL == datacache)
238 return GNUNET_BLOCK_EVALUATION_REQUEST_VALID; 238 return GNUNET_BLOCK_EVALUATION_REQUEST_VALID;
239 GNUNET_STATISTICS_update (GDS_stats, 239 GNUNET_STATISTICS_update (GDS_stats,
240 gettext_noop ("# GET requests given to datacache"), 240 "# GET requests given to datacache",
241 1, 241 1,
242 GNUNET_NO); 242 GNUNET_NO);
243 ctx.eval = GNUNET_BLOCK_EVALUATION_REQUEST_VALID; 243 ctx.eval = GNUNET_BLOCK_EVALUATION_REQUEST_VALID;