diff options
Diffstat (limited to 'Source/charon/thread_pool.c')
-rw-r--r-- | Source/charon/thread_pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/thread_pool.c b/Source/charon/thread_pool.c index 3eeccd4f5..76783efe0 100644 --- a/Source/charon/thread_pool.c +++ b/Source/charon/thread_pool.c @@ -143,7 +143,7 @@ thread_pool_t *thread_pool_create(size_t pool_size) allocator_free(this); return NULL; } - this->logger = logger_create("thread_pool", ALL); + this->logger = logger_create("thread_pool", ALL,NULL); if (this->threads == NULL) { allocator_free(this); |