[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 19/27: Peerstore: Fixed wrong assert when checking DLL with wat
From: |
gnunet |
Subject: |
[gnunet] 19/27: Peerstore: Fixed wrong assert when checking DLL with watches. |
Date: |
Thu, 14 Dec 2023 19:23:13 +0100 |
This is an automated email from the git hooks/post-receive script.
sebi pushed a commit to branch master
in repository gnunet.
commit da2f9f729bb1a390a77de6658dd9d74a4e8ffc30
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Sat Dec 9 16:29:42 2023 +0100
Peerstore: Fixed wrong assert when checking DLL with watches.
---
src/service/peerstore/peerstore_api.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/service/peerstore/peerstore_api.c
b/src/service/peerstore/peerstore_api.c
index 269d4788e..2f43db3f5 100644
--- a/src/service/peerstore/peerstore_api.c
+++ b/src/service/peerstore/peerstore_api.c
@@ -366,7 +366,7 @@ disconnect (struct GNUNET_PEERSTORE_Handle *h)
{
if (NULL != h->watches)
{
- GNUNET_assert (0 == GNUNET_CONTAINER_multihashmap_size (h->watches));
+ GNUNET_assert (0 != GNUNET_CONTAINER_multihashmap_size (h->watches));
GNUNET_CONTAINER_multihashmap_destroy (h->watches);
}
GNUNET_assert (NULL == h->iterate_head);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] 23/27: bump debian version, (continued)
- [gnunet] 23/27: bump debian version, gnunet, 2023/12/14
- [gnunet] 25/27: handbook: update, gnunet, 2023/12/14
- [gnunet] 13/27: meson: more version detection logic, gnunet, 2023/12/14
- [gnunet] 14/27: build: Add generated files for GNS service ports and protocols for BOX, gnunet, 2023/12/14
- [gnunet] 20/27: conversation: fix test new API GNS, gnunet, 2023/12/14
- [gnunet] 16/27: meson: remove gnunetdeps variable; explicitly specifiy dependencies, gnunet, 2023/12/14
- [gnunet] 21/27: conversation: More API fixes, gnunet, 2023/12/14
- [gnunet] 15/27: meson: add libpthread detection, gnunet, 2023/12/14
- [gnunet] 17/27: TRANSPORT: Handle 0 byte datagram., gnunet, 2023/12/14
- [gnunet] 27/27: Merge branch 'dev/sebi/sbox', gnunet, 2023/12/14
- [gnunet] 19/27: Peerstore: Fixed wrong assert when checking DLL with watches.,
gnunet <=
- [gnunet] 18/27: Transport: Fixed using wrong function to calculate mean time when to send next fragment., gnunet, 2023/12/14
- [gnunet] 26/27: GNS: Implementation of SBOX records, gnunet, 2023/12/14
- [gnunet] 24/27: NAMESTORE: Remove fcfsd, gnunet, 2023/12/14