fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 30 Sep 2011 01:07:02 +0000 (01:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 30 Sep 2011 01:07:02 +0000 (01:07 +0000)
src/dht/gnunet-service-dht_neighbours.c

index b0e607ba23826b581a5dbad8552b83acae74e699..e5f9d0d2351053ceeea9a7e374305ad90643ac0a 100644 (file)
@@ -1178,7 +1178,7 @@ get_target_peers (const GNUNET_HashCode *key,
   }
   *targets = rtargets;
   for (ret = 0; ret < off; ret++)
-    GNUNET_CONTAINER_bloomfilter_add (bloom, &rtargets[ret].hashPubKey);
+    GNUNET_CONTAINER_bloomfilter_add (bloom, &rtargets[ret]->id.hashPubKey);
   return off;
 }