gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: PEERSTORE: Discard messages without reco


From: gnunet
Subject: [gnunet] branch master updated: PEERSTORE: Discard messages without reconning even if client not found.
Date: Sat, 02 Dec 2023 15:35:11 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 975db9daf PEERSTORE: Discard messages without reconning even if client 
not found.
975db9daf is described below

commit 975db9daf0efdc21cc58c870936790b5a700b670
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Dec 2 15:34:47 2023 +0100

    PEERSTORE: Discard messages without reconning even if client not found.
---
 src/service/peerstore/peerstore_api.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/service/peerstore/peerstore_api.c 
b/src/service/peerstore/peerstore_api.c
index df0e1e226..269d4788e 100644
--- a/src/service/peerstore/peerstore_api.c
+++ b/src/service/peerstore/peerstore_api.c
@@ -672,9 +672,8 @@ handle_iterate_result (void *cls, const struct 
StoreRecordMessage *msg)
       break;
   if (NULL == ic)
   {
-    LOG (GNUNET_ERROR_TYPE_ERROR,
-         _ ("Unexpected iteration response, this should not happen.\n"));
-    disconnect_and_schedule_reconnect (h);
+    LOG (GNUNET_ERROR_TYPE_WARNING,
+         _ ("Unexpected iteration response, no iterating client found, 
discarding message.\n"));
     return;
   }
   if (NULL == ic->callback)

-- 
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]