adding missing unlock
This commit is contained in:
parent
71d05c6c93
commit
06fe1d34f3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user