Browse Source

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

nfactor-troky
Con Kolivas 12 years ago
parent
commit
81c02123f8
  1. 3
      cgminer.c

3
cgminer.c

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

Loading…
Cancel
Save