gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: actually, do both in case of ANY: dataca


From: gnunet
Subject: [gnunet] branch master updated: actually, do both in case of ANY: datacache and HELLO
Date: Thu, 27 Oct 2022 11:37:38 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new aac2f0a62 actually, do both in case of ANY: datacache and HELLO
aac2f0a62 is described below

commit aac2f0a6255f90ff45fdc710ccbbd2e92b0bf528
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Oct 27 11:37:36 2022 +0200

    actually, do both in case of ANY: datacache and HELLO
---
 contrib/sphinx                          | 2 +-
 src/dht/gnunet-service-dht_neighbours.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/sphinx b/contrib/sphinx
index 84cb6aaaa..5f853d253 160000
--- a/contrib/sphinx
+++ b/contrib/sphinx
@@ -1 +1 @@
-Subproject commit 84cb6aaaaebe9b79d5453a8444ee95459c8f5029
+Subproject commit 5f853d253daa5bc700b549fd40e4086aee1058b8
diff --git a/src/dht/gnunet-service-dht_neighbours.c 
b/src/dht/gnunet-service-dht_neighbours.c
index 61d0398ff..25d69ac65 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -2377,7 +2377,7 @@ handle_dht_p2p_get (void *cls,
                                    &get->key,
                                    bg);
       }
-      else
+      if (GNUNET_BLOCK_TYPE_DHT_URL_HELLO != type)
       {
         if (0 != (options & GNUNET_DHT_RO_FIND_APPROXIMATE))
           eval = GDS_DATACACHE_get_closest (&get->key,

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