adding missing unlock

This commit is contained in:
Christian Grothoff 2016-06-02 09:06:03 +02:00
parent 71d05c6c93
commit 06fe1d34f3

View File

@ -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;
}