aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_plaintext.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_plaintext.c
parent7359d93752bfe39d1154ea0e67f556dab0020cff (diff)
downloadgnunet-90e87e4a0fc1a4673341e948a5eedd0d9a1d60ea.tar.gz
gnunet-90e87e4a0fc1a4673341e948a5eedd0d9a1d60ea.zip
add tests for plaintext and gns escrow
Diffstat (limited to 'src/escrow/plugin_escrow_plaintext.c')
-rw-r--r--src/escrow/plugin_escrow_plaintext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/escrow/plugin_escrow_plaintext.c b/src/escrow/plugin_escrow_plaintext.c
index 83b2345c6..f4bd26f19 100644
--- a/src/escrow/plugin_escrow_plaintext.c
+++ b/src/escrow/plugin_escrow_plaintext.c
@@ -550,6 +550,7 @@ libgnunet_plugin_escrow_plaintext_init (void *cls)
550 api->anchor_data_to_string = &plaintext_anchor_data_to_string; 550 api->anchor_data_to_string = &plaintext_anchor_data_to_string;
551 api->cancel_plugin_operation = &cancel_plaintext_operation; 551 api->cancel_plugin_operation = &cancel_plaintext_operation;
552 552
553 ph.state = ESCROW_PLUGIN_STATE_INIT;
553 ph.id_init_cont = &plaintext_cont_init; 554 ph.id_init_cont = &plaintext_cont_init;
554 555
555 // set ego_create_cont here so it is called every time an ego is created 556 // set ego_create_cont here so it is called every time an ego is created