gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-donau] branch master updated: [donau] small changes


From: gnunet
Subject: [taler-donau] branch master updated: [donau] small changes
Date: Thu, 18 Jan 2024 11:43:30 +0100

This is an automated email from the git hooks/post-receive script.

lukas-matyja pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 9fb9c0f  [donau] small changes
9fb9c0f is described below

commit 9fb9c0fab3959f41b66dcad2ccaa14305ef2b35e
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Thu Jan 18 11:44:32 2024 +0100

    [donau] small changes
---
 src/donau/donau-httpd_keys.c | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/donau/donau-httpd_keys.c b/src/donau/donau-httpd_keys.c
index 35d7abf..306f40b 100644
--- a/src/donau/donau-httpd_keys.c
+++ b/src/donau/donau-httpd_keys.c
@@ -1278,25 +1278,25 @@ build_key_state (struct HelperState *hs)
 //      qs = DH_plugin->iterate_donation_units (DH_plugin->cls,
 //                                            &donation_unit_info_cb,
 //                                            ksh);
-  if (qs < 0)
-  {
-    GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR != qs);
-    GNUNET_break (GNUNET_DB_STATUS_HARD_ERROR != qs);
-    destroy_key_state (ksh,
-                       true);
-    return NULL;
-  }
+  // if (qs < 0)
+  // {
+  //   GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR != qs);
+  //   GNUNET_break (GNUNET_DB_STATUS_HARD_ERROR != qs);
+  //   destroy_key_state (ksh,
+  //                      true);
+  //   return NULL;
+  // }
   /* NOTE: ONLY fetches non-revoked AND master-signed signkeys! */
 //      qs = DH_plugin->iterate_active_signkeys (DH_plugin->cls,
 //                                              &signkey_info_cb,
 //                                              ksh);
-  if (qs < 0)
-  {
-    GNUNET_break (0);
-    destroy_key_state (ksh,
-                       true);
-    return NULL;
-  }
+  // if (qs < 0)
+  // {
+  //   GNUNET_break (0);
+  //   destroy_key_state (ksh,
+  //                      true);
+  //   return NULL;
+  // }
   if (GNUNET_OK != finish_keys_response (ksh))
   {
     GNUNET_log (

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]