1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

pool_active uninitialised_var rolltime

This commit is contained in:
Kano 2013-09-22 23:16:21 +10:00
parent 48f5ff3754
commit b1a3b012dd

View File

@ -5571,7 +5571,7 @@ static bool pool_active(struct pool *pool, bool pinging)
bool ret = false;
json_t *val;
CURL *curl;
int rolltime;
int uninitialised_var(rolltime);
if (pool->has_gbt)
applog(LOG_DEBUG, "Retrieving block template from pool %s", pool->rpc_url);