aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/escrow/plugin_escrow_gns.c')
-rw-r--r--src/escrow/plugin_escrow_gns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/escrow/plugin_escrow_gns.c b/src/escrow/plugin_escrow_gns.c
index f6b2822da..93d68f4d3 100644
--- a/src/escrow/plugin_escrow_gns.c
+++ b/src/escrow/plugin_escrow_gns.c
@@ -208,7 +208,7 @@ libgnunet_plugin_escrow_gns_init (void *cls)
208 api->restore_key = &restore_gns_key_escrow; 208 api->restore_key = &restore_gns_key_escrow;
209 api->anchor_string_to_data = &gns_anchor_string_to_data; 209 api->anchor_string_to_data = &gns_anchor_string_to_data;
210 210
211 ph.cont = &gns_cont_init; 211 ph.id_init_cont = &gns_cont_init;
212 212
213 identity_handle = GNUNET_IDENTITY_connect (cfg, 213 identity_handle = GNUNET_IDENTITY_connect (cfg,
214 &ESCROW_list_ego, 214 &ESCROW_list_ego,