aboutsummaryrefslogtreecommitdiff
path: root/src/zonemaster
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/zonemaster
parent80e3eef74adc7603240208dbd5524961560b88b7 (diff)
downloadgnunet-82c1ee4d147f28e919d82f87fcd787e719d7e572.tar.gz
gnunet-82c1ee4d147f28e919d82f87fcd787e719d7e572.zip
remove bogus assertion
Diffstat (limited to 'src/zonemaster')
-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,
783 rd_public); 783 rd_public);
784 if (0 == rd_public_count) 784 if (0 == rd_public_count)
785 { 785 {
786 GNUNET_assert (NULL == zone_publish_task);
787 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 786 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
788 "Record set empty, moving to next record set\n"); 787 "Record set empty, moving to next record set\n");
789 return; 788 return;