From f9e0e4f8581703704650fb95144512285203f584 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 19 Oct 2021 22:39:19 +0200 Subject: 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) { -- cgit v1.2.3