diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-12-16 21:22:00 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-12-16 21:22:00 +0000 |
commit | efbf21df580b064a37d71b368836b1a0d1a62969 (patch) | |
tree | 3b04885e1a9fbdbde6ed9a156365c13f11d2f120 | |
parent | 3f7ae6b8fab08e768c63eb3b1c4334d5e0feaf84 (diff) | |
download | gnunet-gtk-efbf21df580b064a37d71b368836b1a0d1a62969.tar.gz gnunet-gtk-efbf21df580b064a37d71b368836b1a0d1a62969.zip |
-hide NICK records
-rw-r--r-- | src/namestore/gnunet-namestore-gtk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/namestore/gnunet-namestore-gtk.c b/src/namestore/gnunet-namestore-gtk.c index bf2168ed..4b86b45e 100644 --- a/src/namestore/gnunet-namestore-gtk.c +++ b/src/namestore/gnunet-namestore-gtk.c | |||
@@ -2327,6 +2327,8 @@ zone_iteration_proc (void *cls, | |||
2327 | /* Append elements for records in tree view */ | 2327 | /* Append elements for records in tree view */ |
2328 | for (c = 0; c < rd_count; c ++) | 2328 | for (c = 0; c < rd_count; c ++) |
2329 | { | 2329 | { |
2330 | if (GNUNET_GNSRECORD_TYPE_NICK == rd[c].record_type) | ||
2331 | continue; | ||
2330 | GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, | 2332 | GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, |
2331 | "Record %u: type %u flags %u expiration %llu data_size %u\n", | 2333 | "Record %u: type %u flags %u expiration %llu data_size %u\n", |
2332 | c, rd[c].record_type, rd[c].flags, | 2334 | c, rd[c].record_type, rd[c].flags, |