Commit 66a957719782dd2e5ef185725b62887ca0a98126

Con Kolivas 2012-11-11T21:47:31

Fix mistaken disabling of opt_restart in other code.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cgminer.c b/cgminer.c
index 1ae46e5..75fe623 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;