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

Fix mistaken disabling of opt_restart in other code.

This commit is contained in:
Con Kolivas 2012-11-11 21:47:31 +11:00
parent 89cb14199a
commit 66a9577197

View File

@ -111,7 +111,7 @@ int gpu_threads;
bool opt_scrypt; bool opt_scrypt;
#endif #endif
#endif #endif
bool opt_restart; bool opt_restart = true;
static bool opt_nogpu; static bool opt_nogpu;
struct list_head scan_devices; struct list_head scan_devices;