[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 02/02: fix rps service: put peer id into structure
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 02/02: fix rps service: put peer id into structure once |
Date: |
Thu, 26 Jul 2018 17:07:40 +0200 |
This is an automated email from the git hooks/post-receive script.
julius-buenger pushed a commit to branch master
in repository gnunet.
commit e5bce382b3c4b1534da95032cc7f01e2c58ae387
Author: Julius Bünger <address@hidden>
AuthorDate: Thu Jul 26 17:05:55 2018 +0200
fix rps service: put peer id into structure once
---
src/rps/gnunet-service-rps_custommap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rps/gnunet-service-rps_custommap.c
b/src/rps/gnunet-service-rps_custommap.c
index 42507655b..9e003eb39 100644
--- a/src/rps/gnunet-service-rps_custommap.c
+++ b/src/rps/gnunet-service-rps_custommap.c
@@ -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;
}
--
To stop receiving notification emails like this one, please contact
address@hidden