exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 06fe1d34f3c56650204f751b44b2f19fcec892ac
parent 71d05c6c932ba1334926e5eb4f905171bbeb07f3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  2 Jun 2016 09:06:03 +0200

adding missing unlock

Diffstat:
Msrc/exchange/taler-exchange-httpd_keystate.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c @@ -685,6 +685,7 @@ TMH_KS_acquire_ (const char *location) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Have no signing key. Bad configuration.\n"); + GNUNET_assert (0 == pthread_mutex_unlock (&internal_key_state_mutex)); return NULL; }