1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 01:44:23 +00:00

klondike - fix another uninit dev warning

This commit is contained in:
Kano 2013-10-29 20:48:21 +11:00
parent b4eb870af0
commit 5ce372e5df

View File

@ -1028,6 +1028,7 @@ static void *klondike_get_replies(void *userdata)
case KLN_CMD_WORK:
// We can't do/check this until it's initialised
if (klninfo->initialised) {
dev = kitem->kline.ws.dev;
if (kitem->kline.ws.workqc == 0) {
bool idle = false;
rd_lock(&(klninfo->stat_lock));