aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-09 15:03:49 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-09 15:03:49 +0200
commit641a7f06fc759e7db40ed20293d4e6df27dc49d3 (patch)
treeec7c3ef63ec6140d11eb414106e4dd0333ddb37f
parent2361b945a3500e5adc663e435776bfb811f962af (diff)
downloadgnunet-gtk-641a7f06fc759e7db40ed20293d4e6df27dc49d3.tar.gz
gnunet-gtk-641a7f06fc759e7db40ed20293d4e6df27dc49d3.zip
also check in namestore-gtk that notifies are OK
-rw-r--r--src/namestore/gnunet-namestore-gtk.c7
1 files changed, 7 insertions, 0 deletions
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,
2415 GtkTreePath *sel_path; 2415 GtkTreePath *sel_path;
2416 2416
2417 (void) cls; 2417 (void) cls;
2418 if (0 != memcmp (zone_key,
2419 pkey,
2420 sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey)))
2421 {
2422 GNUNET_break (0);
2423 return;
2424 }
2418 GNUNET_NAMESTORE_zone_monitor_next (zmon, 2425 GNUNET_NAMESTORE_zone_monitor_next (zmon,
2419 1); 2426 1);
2420 if ( (GNUNET_SYSERR == GNUNET_DNSPARSER_check_label (name)) && 2427 if ( (GNUNET_SYSERR == GNUNET_DNSPARSER_check_label (name)) &&