gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: now this should work...


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: now this should work...
Date: Wed, 10 Oct 2018 09:21:09 +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 391d76524 now this should work...
391d76524 is described below

commit 391d765240102912794d2a73ff2e00027505a2e9
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Oct 10 09:21:07 2018 +0200

    now this should work...
---
 src/namestore/plugin_namestore_flat.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/namestore/plugin_namestore_flat.c 
b/src/namestore/plugin_namestore_flat.c
index edfd3ec6a..4873f6e51 100644
--- a/src/namestore/plugin_namestore_flat.c
+++ b/src/namestore/plugin_namestore_flat.c
@@ -607,7 +607,9 @@ iterate_zones (void *cls,
   }
   ic->iter (ic->iter_cls,
            ic->pos,
-            ic->zone,
+            (NULL == ic->zone) 
+           ? &entry->private_key
+           : ic->zone,
             entry->label,
             entry->record_count,
             entry->record_data);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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