fix rps service: put peer id into structure once
authorJulius Bünger <buenger@mytum.de>
Thu, 26 Jul 2018 15:05:55 +0000 (17:05 +0200)
committerJulius Bünger <buenger@mytum.de>
Thu, 26 Jul 2018 15:05:55 +0000 (17:05 +0200)
src/rps/gnunet-service-rps_custommap.c

index 42507655bb52b8cd3f92305648df806e9d7d1d5a..9e003eb399bf33ce91fbda4e1434ad1e6b6c984a 100644 (file)
@@ -213,7 +213,7 @@ CustomPeerMap_remove_peer (const struct CustomPeerMap *c_peer_map,
     GNUNET_assert (NULL != last_index);
     GNUNET_assert (CustomPeerMap_size (c_peer_map) == *last_index);
     GNUNET_CONTAINER_multihashmap32_put (c_peer_map->hash_map, *index, last_p,
-        GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_FAST);
+        GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY);
     GNUNET_CONTAINER_multihashmap32_remove_all (c_peer_map->hash_map, *last_index);
     *last_index = *index;
   }