gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - fix pkey/edkey confusion


From: gnunet
Subject: [gnunet] branch master updated: - fix pkey/edkey confusion
Date: Thu, 03 Feb 2022 13:28:26 +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 c5fea8594 - fix pkey/edkey confusion
     new 3146c65c6 Merge branch 'master' of git+ssh://git.gnunet.org/gnunet
c5fea8594 is described below

commit c5fea85941b21cd35fc7a0e515995e0828a774e7
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Feb 3 13:28:03 2022 +0100

    - fix pkey/edkey confusion
---
 src/gns/plugin_gnsrecord_gns.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gns/plugin_gnsrecord_gns.c b/src/gns/plugin_gnsrecord_gns.c
index 391144925..b37e84ea3 100644
--- a/src/gns/plugin_gnsrecord_gns.c
+++ b/src/gns/plugin_gnsrecord_gns.c
@@ -317,7 +317,7 @@ static struct
   const char *name;
   uint32_t number;
 } gns_name_map[] = { { "PKEY", GNUNET_GNSRECORD_TYPE_PKEY },
-                     { "EDKEY", GNUNET_GNSRECORD_TYPE_PKEY },
+                     { "EDKEY", GNUNET_GNSRECORD_TYPE_EDKEY },
                      { "NICK", GNUNET_GNSRECORD_TYPE_NICK },
                      { "LEHO", GNUNET_GNSRECORD_TYPE_LEHO },
                      { "VPN", GNUNET_GNSRECORD_TYPE_VPN },

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