aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 1b9e01e18..cdd52cc42 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -624,7 +624,6 @@ send_lookup_response (struct NamestoreClient *nc,
624 char *rd_ser; 624 char *rd_ser;
625 625
626 nick = get_nick_record (zone_key); 626 nick = get_nick_record (zone_key);
627
628 GNUNET_assert (-1 != 627 GNUNET_assert (-1 !=
629 GNUNET_GNSRECORD_records_get_size (rd_count, 628 GNUNET_GNSRECORD_records_get_size (rd_count,
630 rd)); 629 rd));
@@ -925,7 +924,7 @@ continue_store_activity (struct StoreActivity *sa)
925 sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey))) ) 924 sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey))) )
926 { 925 {
927 sa->zm_pos = zm->next; /* not interesting to this monitor */ 926 sa->zm_pos = zm->next; /* not interesting to this monitor */
928 continue; // -- fails tests, but why not here? 927 continue;
929 } 928 }
930 if (zm->limit == zm->iteration_cnt) 929 if (zm->limit == zm->iteration_cnt)
931 { 930 {
@@ -1771,7 +1770,7 @@ run_zone_iteration_round (struct ZoneIteration *zi,
1771 "Returned %llu results, more results available\n", 1770 "Returned %llu results, more results available\n",
1772 (unsigned long long) limit); 1771 (unsigned long long) limit);
1773 return; /* more results later after we get the 1772 return; /* more results later after we get the
1774#GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT message */ 1773 #GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT message */
1775 } 1774 }
1776 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1775 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1777 "Completed iteration after %llu/%llu results\n", 1776 "Completed iteration after %llu/%llu results\n",