-minor cleanup

This commit is contained in:
Christian Grothoff 2021-08-19 16:30:32 +02:00
parent d8c9f2a037
commit aa68d1d04d
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 2 deletions

View File

@ -299,6 +299,7 @@ handle_mhd_completion_callback (void *cls,
struct ExchangeHttpRequestClosure *ecls = *con_cls; struct ExchangeHttpRequestClosure *ecls = *con_cls;
struct GNUNET_AsyncScopeSave old_scope; struct GNUNET_AsyncScopeSave old_scope;
(void) cls;
if (NULL == ecls) if (NULL == ecls)
return; return;
GNUNET_async_scope_enter (&ecls->async_scope_id, GNUNET_async_scope_enter (&ecls->async_scope_id,
@ -325,7 +326,6 @@ handle_mhd_completion_callback (void *cls,
toe); toe);
#endif #endif
} }
(void) cls;
TALER_MHD_parse_post_cleanup_callback (ecls->opaque_post_parsing_context); TALER_MHD_parse_post_cleanup_callback (ecls->opaque_post_parsing_context);
/* Sanity-check that we didn't leave any transactions hanging */ /* Sanity-check that we didn't leave any transactions hanging */

View File

@ -1,6 +1,6 @@
/* /*
This file is part of TALER This file is part of TALER
Copyright (C) 2020 Taler Systems SA Copyright (C) 2020, 2021 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software terms of the GNU Affero General Public License as published by the Free Software
@ -1715,6 +1715,7 @@ build_key_state (struct HelperState *hs,
ksh->signkey_map = GNUNET_CONTAINER_multipeermap_create (32, ksh->signkey_map = GNUNET_CONTAINER_multipeermap_create (32,
GNUNET_NO /* MUST be NO! */); GNUNET_NO /* MUST be NO! */);
ksh->auditors = json_array (); ksh->auditors = json_array ();
GNUNET_assert (NULL != ksh->auditors);
/* NOTE: fetches master-signed signkeys, but ALSO those that were revoked! */ /* NOTE: fetches master-signed signkeys, but ALSO those that were revoked! */
qs = TEH_plugin->iterate_denominations (TEH_plugin->cls, qs = TEH_plugin->iterate_denominations (TEH_plugin->cls,
&denomination_info_cb, &denomination_info_cb,