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: also check in namestore


From: gnunet
Subject: [GNUnet-SVN] [gnunet-gtk] branch master updated: also check in namestore-gtk that notifies are OK
Date: Tue, 09 Oct 2018 15:03: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 641a7f06 also check in namestore-gtk that notifies are OK
641a7f06 is described below

commit 641a7f06fc759e7db40ed20293d4e6df27dc49d3
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Oct 9 15:03:49 2018 +0200

    also check in namestore-gtk that notifies are OK
---
 src/namestore/gnunet-namestore-gtk.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/namestore/gnunet-namestore-gtk.c 
b/src/namestore/gnunet-namestore-gtk.c
index 94dd8d97..9732088a 100644
--- a/src/namestore/gnunet-namestore-gtk.c
+++ b/src/namestore/gnunet-namestore-gtk.c
@@ -2415,6 +2415,13 @@ zone_iteration_proc (void *cls,
   GtkTreePath *sel_path;
 
   (void) cls;
+  if (0 != memcmp (zone_key,
+                  pkey,
+                  sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey)))
+  {
+    GNUNET_break (0);
+    return;
+  }  
   GNUNET_NAMESTORE_zone_monitor_next (zmon,
                                       1);
   if ( (GNUNET_SYSERR == GNUNET_DNSPARSER_check_label (name)) &&

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



reply via email to

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