donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 74b01bc7b2b80923ec06a2ac44200317de14e821
parent 94e489daaab2a378108f1040dfae7ce5e340510b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  6 Jul 2026 20:06:37 +0200

DCE

Diffstat:
Msrc/lib/donau_api_handle.c | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/lib/donau_api_handle.c b/src/lib/donau_api_handle.c @@ -91,11 +91,6 @@ struct DONAU_GetKeysHandle char *url; /** - * Previous /keys response, NULL for none. - */ - struct DONAU_Keys *prev_keys; // not used, as keys are always completely reloaded - - /** * Entry for this request with the `struct GNUNET_CURL_Context`. */ struct GNUNET_CURL_Job *job; @@ -506,7 +501,6 @@ DONAU_get_keys_cancel ( GNUNET_CURL_job_cancel (gkh->job); gkh->job = NULL; } - // DONAU_keys_decref (gkh->prev_keys); GNUNET_free (gkh->donau_url); GNUNET_free (gkh->url); GNUNET_free (gkh);