gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: docs: fix field name


From: gnunet
Subject: [taler-anastasis] branch master updated: docs: fix field name
Date: Tue, 19 Oct 2021 22:39:24 +0200

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

dold pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new f9e0e4f  docs: fix field name
f9e0e4f is described below

commit f9e0e4f8581703704650fb95144512285203f584
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Oct 19 22:39:19 2021 +0200

    docs: fix field name
---
 doc/sphinx/rest.rst          | 2 +-
 src/lib/anastasis_recovery.c | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst
index 96d8838..03ee138 100644
--- a/doc/sphinx/rest.rst
+++ b/doc/sphinx/rest.rst
@@ -340,7 +340,7 @@ In the following, UUID is always defined and used according 
to `RFC 4122`_.
       master_key: [32]; //bytearray
 
       // List of escrow methods identified by their UUID.
-      uuid: string[];
+      uuids: string[];
 
     }
 
diff --git a/src/lib/anastasis_recovery.c b/src/lib/anastasis_recovery.c
index ef2ccd0..c4fe597 100644
--- a/src/lib/anastasis_recovery.c
+++ b/src/lib/anastasis_recovery.c
@@ -669,6 +669,9 @@ policy_lookup_cb (void *cls,
             plaintext,
             sizeof (uint32_t));
     pt_size = ntohl (be_size);
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "plaintext size: %llu\n", (unsigned
+                                                                    long long)
+                pt_size);
     pt = GNUNET_malloc_large (pt_size);
     if (NULL == pt)
     {

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