1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-10 14:57:53 +00:00

stratum: force exit on pool auth failure

the miner was stuck instead of exiting after the retries...
This commit is contained in:
Tanguy Pruvot 2015-09-24 11:22:55 +02:00
parent fade2b74b5
commit 41707760f5

View File

@ -2324,6 +2324,7 @@ wait_stratum_url:
applog(LOG_ERR, "...terminating workio thread");
//tq_push(thr_info[work_thr_id].q, NULL);
workio_abort();
proper_exit(EXIT_CODE_POOL_TIMEOUT);
goto out;
}
}