gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: GNS: Fix publishing of private records


From: gnunet
Subject: [gnunet] branch master updated: GNS: Fix publishing of private records
Date: Thu, 03 Mar 2022 21:31:18 +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 64598c8fe GNS: Fix publishing of private records
64598c8fe is described below

commit 64598c8fe7b2179ba69060148004a24e38c13e2d
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Mar 3 21:31:15 2022 +0100

    GNS: Fix publishing of private records
---
 src/zonemaster/gnunet-service-zonemaster-monitor.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/zonemaster/gnunet-service-zonemaster-monitor.c 
b/src/zonemaster/gnunet-service-zonemaster-monitor.c
index 4b72fe538..748a0f342 100644
--- a/src/zonemaster/gnunet-service-zonemaster-monitor.c
+++ b/src/zonemaster/gnunet-service-zonemaster-monitor.c
@@ -323,8 +323,8 @@ handle_monitor_event (void *cls,
   ma->start_date = GNUNET_TIME_absolute_get ();
   ma->ph = perform_dht_put (zone,
                             label,
-                            rd,
-                            rd_count,
+                            rd_public,
+                            rd_public_count,
                             expire,
                             ma);
   if (NULL == ma->ph)

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