aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dht/gnunet-service-xdht_neighbours.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-xdht_neighbours.c b/src/dht/gnunet-service-xdht_neighbours.c
index cdf746e0b..dc48b3d26 100644
--- a/src/dht/gnunet-service-xdht_neighbours.c
+++ b/src/dht/gnunet-service-xdht_neighbours.c
@@ -2469,6 +2469,7 @@ GDS_NEIGHBOURS_send_get (const struct GNUNET_HashCode *key,
2469 memcpy (&curr_dest, &current_destination, sizeof (struct GNUNET_PeerIdentity)); 2469 memcpy (&curr_dest, &current_destination, sizeof (struct GNUNET_PeerIdentity));
2470 memcpy (&curr_src, &current_source, sizeof (struct GNUNET_PeerIdentity)); 2470 memcpy (&curr_src, &current_source, sizeof (struct GNUNET_PeerIdentity));
2471 memcpy (&key_value, key, sizeof (uint64_t)); 2471 memcpy (&key_value, key, sizeof (uint64_t));
2472 // FIXME: endianess of key_value!?
2472 next_hop = find_successor (key_value, &curr_dest, &curr_src, NULL); 2473 next_hop = find_successor (key_value, &curr_dest, &curr_src, NULL);
2473 /* FIXME: Again I am copying back value of current_destination, current_source, 2474 /* FIXME: Again I am copying back value of current_destination, current_source,
2474 Think of a better solution. */ 2475 Think of a better solution. */