[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: remove bogus assertion
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: remove bogus assertion |
Date: |
Mon, 30 Apr 2018 11:07:42 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 82c1ee4d1 remove bogus assertion
82c1ee4d1 is described below
commit 82c1ee4d147f28e919d82f87fcd787e719d7e572
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Apr 30 11:07:40 2018 +0200
remove bogus assertion
---
src/zonemaster/gnunet-service-zonemaster.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/zonemaster/gnunet-service-zonemaster.c
b/src/zonemaster/gnunet-service-zonemaster.c
index dc1104156..590e5aae2 100644
--- a/src/zonemaster/gnunet-service-zonemaster.c
+++ b/src/zonemaster/gnunet-service-zonemaster.c
@@ -783,7 +783,6 @@ put_gns_record (void *cls,
rd_public);
if (0 == rd_public_count)
{
- GNUNET_assert (NULL == zone_publish_task);
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Record set empty, moving to next record set\n");
return;
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: remove bogus assertion,
gnunet <=