Update sist2-admin for 3.x.x, more fixes

This commit is contained in:
2023-04-10 19:45:08 -04:00
parent 6182338f29
commit 01490d1cbf
14 changed files with 874 additions and 78 deletions

View File

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