1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 04:54:26 +00:00

Set pool died on failed testing to allow idle flag and time to be set.

This commit is contained in:
Con Kolivas 2013-03-09 09:56:36 +11:00
parent c618d868cc
commit 81c02123f8

View File

@ -6980,7 +6980,8 @@ static void *test_pool_thread(void *arg)
}
mutex_unlock(&control_lock);
pool_resus(pool);
}
} else
pool_died(pool);
return NULL;
}