gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-gtk] branch master updated: update to iterator_next


From: gnunet
Subject: [GNUnet-SVN] [gnunet-gtk] branch master updated: update to iterator_next API change in gnunet.git
Date: Wed, 25 Apr 2018 16:36:51 +0200

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

grothoff pushed a commit to branch master
in repository gnunet-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 0f7adfaa update to iterator_next API change in gnunet.git
0f7adfaa is described below

commit 0f7adfaad9db008c61fcfedd17248642144f1c94
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Apr 25 16:36:49 2018 +0200

    update to iterator_next API change in gnunet.git
---
 src/namestore/gnunet-namestore-gtk.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/namestore/gnunet-namestore-gtk.c 
b/src/namestore/gnunet-namestore-gtk.c
index d0af8391..ab30f597 100644
--- a/src/namestore/gnunet-namestore-gtk.c
+++ b/src/namestore/gnunet-namestore-gtk.c
@@ -964,7 +964,8 @@ handle_records_for_merge (void *cls,
   if (0 != strcmp (label,
                    moc->edc->name))
   {
-    GNUNET_NAMESTORE_zone_iterator_next (moc->it);
+    GNUNET_NAMESTORE_zone_iterator_next (moc->it,
+                                         1);
     return;
   }
   GNUNET_NAMESTORE_zone_iteration_stop (moc->it);

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



reply via email to

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