diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-05-28 23:08:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-05-28 23:08:03 +0200 |
commit | 3df47fa6d76ab01a3532659378ca54bb00724e1e (patch) | |
tree | bf8c9563722bed4c79d5a217c8b5f319587578e9 /src/util | |
parent | be62bc57346e04a02acaecc009be002e672314f4 (diff) |
-fix returning full response
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/taler-exchange-secmod-eddsa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/taler-exchange-secmod-eddsa.c b/src/util/taler-exchange-secmod-eddsa.c index e2a71e6a9..195992e1e 100644 --- a/src/util/taler-exchange-secmod-eddsa.c +++ b/src/util/taler-exchange-secmod-eddsa.c @@ -1108,6 +1108,7 @@ update_keys (void *cls) duration), lookahead_sign), overlap_duration)).rel_value_us) ) + { if (GNUNET_OK != create_key ()) { @@ -1115,6 +1116,7 @@ update_keys (void *cls) GNUNET_SCHEDULER_shutdown (); return; } + } /* remove expired keys */ while ( (NULL != keys_head) && (0 == |