diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-06-02 09:06:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-06-02 09:06:03 +0200 |
commit | 06fe1d34f3c56650204f751b44b2f19fcec892ac (patch) | |
tree | 50d622dc9be238562bfdba75cdb701461fa805fb /src | |
parent | 71d05c6c932ba1334926e5eb4f905171bbeb07f3 (diff) |
adding missing unlock
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd_keystate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c index 6276e0ea3..dc70fdba4 100644 --- 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; } |