diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-07 15:40:21 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-07 15:40:21 +0100 |
commit | a5b824494858d2cb406b17616f3215f012b1392f (patch) | |
tree | 8405b7d40769dc96e20fdd907be6d629a2b4e905 /src/exchange/taler-exchange-httpd_keys.c | |
parent | 271711ae6422e566f1fa787852ebe3fe5cb6f1a1 (diff) |
-wake clients if we have 0 dks
Diffstat (limited to 'src/exchange/taler-exchange-httpd_keys.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_keys.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c index d9c64104..7e0a27ac 100644 --- a/src/exchange/taler-exchange-httpd_keys.c +++ b/src/exchange/taler-exchange-httpd_keys.c @@ -874,6 +874,7 @@ helper_rsa_cb ( GNUNET_STRINGS_relative_time_to_string (validity_duration, GNUNET_NO)); key_generation++; + // FIXME: wait for sync? TEH_resume_keys_requests (false); hd = GNUNET_CONTAINER_multihashmap_get (hs->rsa_keys, &h_rsa->hash); @@ -955,6 +956,7 @@ helper_cs_cb ( GNUNET_STRINGS_relative_time_to_string (validity_duration, GNUNET_NO)); key_generation++; + // FIXME: wait for sync? TEH_resume_keys_requests (false); hd = GNUNET_CONTAINER_multihashmap_get (hs->cs_keys, &h_cs->hash); |