gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -update tombstone description


From: gnunet
Subject: [gnunet] branch master updated: -update tombstone description
Date: Sun, 06 Feb 2022 15:22:42 +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 003cf07c3 -update tombstone description
003cf07c3 is described below

commit 003cf07c3ec83a080c4179de666266bc8e1d05d4
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Feb 6 15:22:37 2022 +0100

    -update tombstone description
---
 src/gns/plugin_gnsrecord_gns.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/gns/plugin_gnsrecord_gns.c b/src/gns/plugin_gnsrecord_gns.c
index beeeda295..78850aa2e 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 ("\u271E");
+    return GNUNET_strdup (_("This is a memento for an older block for internal 
maintenance."));
   }
   default:
     return NULL;
@@ -328,7 +328,9 @@ static struct
                      { "GNS2DNS", GNUNET_GNSRECORD_TYPE_GNS2DNS },
                      { "BOX", GNUNET_GNSRECORD_TYPE_BOX },
                      { "REDIRECT", GNUNET_GNSRECORD_TYPE_REDIRECT },
-                     { "TOMBSTONE", GNUNET_GNSRECORD_TYPE_TOMBSTONE },
+                     /* Tombstones should never be added manually
+                      * so this makes sense, kind of */
+                     { "\u271E", GNUNET_GNSRECORD_TYPE_TOMBSTONE },
                      { NULL, UINT32_MAX } };
 
 

-- 
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]