aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dht/gnunet-service-dht_routing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht_routing.c b/src/dht/gnunet-service-dht_routing.c
index 8889de4fb..8dfae3709 100644
--- a/src/dht/gnunet-service-dht_routing.c
+++ b/src/dht/gnunet-service-dht_routing.c
@@ -295,7 +295,7 @@ GDS_ROUTING_process (enum GNUNET_BLOCK_Type type,
295 reply as request-validation (but we need response-validation). 295 reply as request-validation (but we need response-validation).
296 So we set 'data' to a 0-byte non-NULL value just to be sure */ 296 So we set 'data' to a 0-byte non-NULL value just to be sure */
297 GNUNET_break (0 == data_size); 297 GNUNET_break (0 == data_size);
298 data_size = 0; 298 pc.data_size = 0;
299 pc.data = ""; /* something not null */ 299 pc.data = ""; /* something not null */
300 } 300 }
301 GNUNET_CONTAINER_multihashmap_get_multiple (recent_map, key, &process, &pc); 301 GNUNET_CONTAINER_multihashmap_get_multiple (recent_map, key, &process, &pc);