aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_plaintext.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-08-12 14:41:30 +0200
committerjospaeth <spaethj@in.tum.de>2020-08-12 14:41:30 +0200
commitd08272011c55477a455d7ad0c316a5b8a98d69b3 (patch)
tree6e740d504fe7c8c50660bbd5f40cc462aad42af1 /src/escrow/plugin_escrow_plaintext.c
parent2c21c75bd151d9265f5cca2fab721a16afff7e10 (diff)
downloadgnunet-d08272011c55477a455d7ad0c316a5b8a98d69b3.tar.gz
gnunet-d08272011c55477a455d7ad0c316a5b8a98d69b3.zip
finish escrow put for GNS
some minor fixes needed
Diffstat (limited to 'src/escrow/plugin_escrow_plaintext.c')
-rw-r--r--src/escrow/plugin_escrow_plaintext.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/escrow/plugin_escrow_plaintext.c b/src/escrow/plugin_escrow_plaintext.c
index 7c58ed908..7808a409e 100644
--- a/src/escrow/plugin_escrow_plaintext.c
+++ b/src/escrow/plugin_escrow_plaintext.c
@@ -395,7 +395,6 @@ restore_plaintext_key_escrow (struct GNUNET_ESCROW_Handle *h,
395 395
396 if (NULL == escrowAnchor) 396 if (NULL == escrowAnchor)
397 { 397 {
398 // TODO: correct error handling?
399 w->ego = NULL; 398 w->ego = NULL;
400 w->emsg = _ ("ESCROW_get was called with escrowAnchor == NULL!\n"); 399 w->emsg = _ ("ESCROW_get was called with escrowAnchor == NULL!\n");
401 // schedule handle_restore_error, which calls the callback and cleans up 400 // schedule handle_restore_error, which calls the callback and cleans up