gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: use the other pointer to pa


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: use the other pointer to pass assertion
Date: Wed, 10 Oct 2018 09:16:48 +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 c8817652e use the other pointer to pass assertion
c8817652e is described below

commit c8817652e4a2067f1a1e0086e9fa9c3517fcf59d
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Oct 10 09:16:42 2018 +0200

    use the other pointer to pass assertion
---
 src/namestore/plugin_namestore_flat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/namestore/plugin_namestore_flat.c 
b/src/namestore/plugin_namestore_flat.c
index e16fe91b7..edfd3ec6a 100644
--- a/src/namestore/plugin_namestore_flat.c
+++ b/src/namestore/plugin_namestore_flat.c
@@ -607,7 +607,7 @@ iterate_zones (void *cls,
   }
   ic->iter (ic->iter_cls,
            ic->pos,
-            &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]