aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_plaintext.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-09-02 20:23:10 +0200
committerjospaeth <spaethj@in.tum.de>2020-09-02 20:23:10 +0200
commite431696955001e45836ab5d2eeda6e49120049e1 (patch)
tree1562519d9103a9e523f96b2907c371b8ca313dfa /src/escrow/plugin_escrow_plaintext.c
parent05105a45b9c3ce79818c27749cf012b69800026d (diff)
downloadgnunet-e431696955001e45836ab5d2eeda6e49120049e1.tar.gz
gnunet-e431696955001e45836ab5d2eeda6e49120049e1.zip
fix struct name in the escrow plugin exit points
Diffstat (limited to 'src/escrow/plugin_escrow_plaintext.c')
-rw-r--r--src/escrow/plugin_escrow_plaintext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/escrow/plugin_escrow_plaintext.c b/src/escrow/plugin_escrow_plaintext.c
index f629ac452..9eb1fb120 100644
--- a/src/escrow/plugin_escrow_plaintext.c
+++ b/src/escrow/plugin_escrow_plaintext.c
@@ -528,7 +528,7 @@ libgnunet_plugin_escrow_plaintext_init (void *cls)
528void * 528void *
529libgnunet_plugin_escrow_plaintext_done (void *cls) 529libgnunet_plugin_escrow_plaintext_done (void *cls)
530{ 530{
531 struct GNUNET_RECLAIM_EscrowKeyPluginFunctions *api = cls; 531 struct GNUNET_ESCROW_KeyPluginFunctions *api = cls;
532 532
533 GNUNET_free (api); 533 GNUNET_free (api);
534 GNUNET_IDENTITY_disconnect (identity_handle); 534 GNUNET_IDENTITY_disconnect (identity_handle);