summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-30 11:07:40 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-30 11:07:40 +0200
commit82c1ee4d147f28e919d82f87fcd787e719d7e572 (patch)
treeb6c50f18a2867e7c1c7d1b538303d2b1fa68378b /src
parent80e3eef74adc7603240208dbd5524961560b88b7 (diff)
remove bogus assertion
Diffstat (limited to 'src')
-rw-r--r--src/zonemaster/gnunet-service-zonemaster.c1
1 files changed, 0 insertions, 1 deletions
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;