gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -byebye tombstones


From: gnunet
Subject: [gnunet] branch master updated: -byebye tombstones
Date: Sun, 06 Feb 2022 15:25:48 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1c89bfe03 -byebye tombstones
1c89bfe03 is described below

commit 1c89bfe03f45eef178a1e5a5d4d33057946ebf11
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Feb 6 15:25:38 2022 +0100

    -byebye tombstones
---
 src/gns/plugin_gnsrecord_gns.c   | 2 +-
 src/namestore/gnunet-namestore.c | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/gns/plugin_gnsrecord_gns.c b/src/gns/plugin_gnsrecord_gns.c
index 78850aa2e..dc7ffa9b2 100644
--- a/src/gns/plugin_gnsrecord_gns.c
+++ b/src/gns/plugin_gnsrecord_gns.c
@@ -133,7 +133,7 @@ gns_value_to_string (void *cls,
       return box_str;
     }
   case GNUNET_GNSRECORD_TYPE_TOMBSTONE: {
-    return GNUNET_strdup (_("This is a memento for an older block for internal 
maintenance."));
+    return GNUNET_strdup (_("This is a memento of an older block for internal 
maintenance."));
   }
   default:
     return NULL;
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 852d99608..71f23e315 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -447,6 +447,8 @@ display_record (const char *rname,
     if ((GNUNET_GNSRECORD_TYPE_NICK == rd[i].record_type) &&
         (0 != strcmp (rname, GNUNET_GNS_EMPTY_LABEL_AT)))
       continue;
+    if (GNUNET_GNSRECORD_TYPE_TOMBSTONE == rd[i].record_type)
+      continue;
     if ((type != rd[i].record_type) && (GNUNET_GNSRECORD_TYPE_ANY != type))
       continue;
     typestr = GNUNET_GNSRECORD_number_to_typename (rd[i].record_type);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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