aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-namestore-gtk.c')
-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)) &&