aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_routing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 22:57:40 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 22:57:40 +0000
commite4a3e964f06aac3b9843da04de58322e67a77621 (patch)
treef2f25f55490a52e475bf787bcc40caec048b4a57 /src/dht/gnunet-service-dht_routing.c
parentcbe8cf2657d9de021722229eee1a6986005f214a (diff)
downloadgnunet-e4a3e964f06aac3b9843da04de58322e67a77621.tar.gz
gnunet-e4a3e964f06aac3b9843da04de58322e67a77621.zip
-minor fix
Diffstat (limited to 'src/dht/gnunet-service-dht_routing.c')
-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);