mirror of
https://github.com/simon987/sist2.git
synced 2025-12-19 02:09:06 +00:00
Update sist2-admin for 3.x.x, more fixes
This commit is contained in:
@@ -277,10 +277,6 @@ void tpool_destroy(tpool_t *pool) {
|
||||
|
||||
database_close(ProcData.ipc_db, FALSE);
|
||||
|
||||
int count = 0;
|
||||
|
||||
LOG_DEBUGF("tpool.c", "Destroyed %d jobs", count);
|
||||
|
||||
pthread_mutex_lock(&pool->shm->mutex);
|
||||
pthread_cond_broadcast(&pool->shm->ipc_ctx.has_work_cond);
|
||||
pthread_mutex_unlock(&pool->shm->mutex);
|
||||
|
||||
Reference in New Issue
Block a user