gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -remove unnecessary cast


From: gnunet
Subject: [gnunet] branch master updated: -remove unnecessary cast
Date: Sat, 20 Aug 2022 14:45:33 +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 12bd374fa -remove unnecessary cast
12bd374fa is described below

commit 12bd374fa9456bedfedf2a0e3a77d284b7f80cec
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 20 14:45:30 2022 +0200

    -remove unnecessary cast
---
 src/dht/gnunet-service-dht_neighbours.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dht/gnunet-service-dht_neighbours.c 
b/src/dht/gnunet-service-dht_neighbours.c
index 376ac5092..778bf7ce0 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -2049,7 +2049,7 @@ handle_dht_p2p_put (void *cls,
                      GNUNET_CONTAINER_bloomfilter_test (bf,
                                                         &peer->phash));
     /* extend 'put path' by sender */
-    bd.put_path = (const struct GNUNET_DHT_PathElement *) pp;
+    bd.put_path = pp;
     bd.put_path_length = putlen + 1;
     if (has_path)
     {

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