aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_gns.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-08-06 16:12:32 +0200
committerjospaeth <spaethj@in.tum.de>2020-08-06 16:12:32 +0200
commit90e87e4a0fc1a4673341e948a5eedd0d9a1d60ea (patch)
treeb356c688618a5893f996dc0abe77246ca37d490c /src/escrow/plugin_escrow_gns.c
parent7359d93752bfe39d1154ea0e67f556dab0020cff (diff)
downloadgnunet-90e87e4a0fc1a4673341e948a5eedd0d9a1d60ea.tar.gz
gnunet-90e87e4a0fc1a4673341e948a5eedd0d9a1d60ea.zip
add tests for plaintext and gns escrow
Diffstat (limited to 'src/escrow/plugin_escrow_gns.c')
-rw-r--r--src/escrow/plugin_escrow_gns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/escrow/plugin_escrow_gns.c b/src/escrow/plugin_escrow_gns.c
index e55019ad9..b296f081a 100644
--- a/src/escrow/plugin_escrow_gns.c
+++ b/src/escrow/plugin_escrow_gns.c
@@ -344,6 +344,7 @@ libgnunet_plugin_escrow_gns_init (void *cls)
344 api->anchor_string_to_data = &gns_anchor_string_to_data; 344 api->anchor_string_to_data = &gns_anchor_string_to_data;
345 api->cancel_plugin_operation = &cancel_gns_operation; 345 api->cancel_plugin_operation = &cancel_gns_operation;
346 346
347 ph.state = ESCROW_PLUGIN_STATE_INIT;
347 ph.id_init_cont = &gns_cont_init; 348 ph.id_init_cont = &gns_cont_init;
348 349
349 identity_handle = GNUNET_IDENTITY_connect (cfg, 350 identity_handle = GNUNET_IDENTITY_connect (cfg,