aboutsummaryrefslogtreecommitdiff
path: root/src/util/peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/peer.c')
-rw-r--r--src/util/peer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/peer.c b/src/util/peer.c
index 62fa0e2f2..cd5444a19 100644
--- a/src/util/peer.c
+++ b/src/util/peer.c
@@ -181,8 +181,8 @@ GNUNET_PEER_decrement_rcs (const GNUNET_PEER_Id *ids, unsigned int count)
181 { 181 {
182 GNUNET_break (GNUNET_OK == 182 GNUNET_break (GNUNET_OK ==
183 GNUNET_CONTAINER_multihashmap_remove (map, 183 GNUNET_CONTAINER_multihashmap_remove (map,
184 &table[id].id. 184 &table[id].
185 hashPubKey, 185 id.hashPubKey,
186 (void *) (long) id)); 186 (void *) (long) id));
187 table[id].pid = free_list_start; 187 table[id].pid = free_list_start;
188 free_list_start = id; 188 free_list_start = id;
@@ -210,8 +210,8 @@ GNUNET_PEER_change_rc (GNUNET_PEER_Id id, int delta)
210 { 210 {
211 GNUNET_break (GNUNET_OK == 211 GNUNET_break (GNUNET_OK ==
212 GNUNET_CONTAINER_multihashmap_remove (map, 212 GNUNET_CONTAINER_multihashmap_remove (map,
213 &table[id].id. 213 &table[id].
214 hashPubKey, 214 id.hashPubKey,
215 (void *) (long) id)); 215 (void *) (long) id));
216 table[id].pid = free_list_start; 216 table[id].pid = free_list_start;
217 free_list_start = id; 217 free_list_start = id;