From 66a957719782dd2e5ef185725b62887ca0a98126 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 11 Nov 2012 21:47:31 +1100 Subject: [PATCH] Fix mistaken disabling of opt_restart in other code. --- cgminer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgminer.c b/cgminer.c index 1ae46e5d..75fe6231 100644 --- a/cgminer.c +++ b/cgminer.c @@ -111,7 +111,7 @@ int gpu_threads; bool opt_scrypt; #endif #endif -bool opt_restart; +bool opt_restart = true; static bool opt_nogpu; struct list_head scan_devices;