- deduplicate
[oweals/gnunet.git] / src / core / gnunet-service-core_neighbours.c
index 3b1357425b1822e7564687d4dac381aabae8f3a1..aa77fe47ec5fd6fb57d036f000233a1e0540f9b1 100644 (file)
@@ -464,7 +464,7 @@ GSC_NEIGHBOURS_transmit (const struct GNUNET_PeerIdentity *target,
 int
 GSC_NEIGHBOURS_init ()
 {
-  neighbours = GNUNET_CONTAINER_multihashmap_create (128);
+  neighbours = GNUNET_CONTAINER_multihashmap_create (128, GNUNET_NO);
   transport =
       GNUNET_TRANSPORT_connect (GSC_cfg, &GSC_my_identity, NULL,
                                 &handle_transport_receive,