diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-21 17:50:56 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-21 17:50:56 +0000 |
commit | 55f90b5d518845509a1cbadbe12f097fa44c7133 (patch) | |
tree | 520a2c19700fd199f7ef771f2c44dc46e2223393 /Source/charon/utils/logger_manager.c | |
parent | 8323a9c12002a5e25ceb8dfef406e235dd548517 (diff) | |
download | strongswan-55f90b5d518845509a1cbadbe12f097fa44c7133.tar.bz2 strongswan-55f90b5d518845509a1cbadbe12f097fa44c7133.tar.xz |
- allready partly working
Diffstat (limited to 'Source/charon/utils/logger_manager.c')
-rw-r--r-- | Source/charon/utils/logger_manager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/charon/utils/logger_manager.c b/Source/charon/utils/logger_manager.c index d00761dc0..2d1587cac 100644 --- a/Source/charon/utils/logger_manager.c +++ b/Source/charon/utils/logger_manager.c @@ -263,6 +263,7 @@ static status_t destroy_logger (private_logger_manager_t *this,logger_t *logger) } } iterator->destroy(iterator); + pthread_mutex_unlock(&(this->mutex)); return status; } |