Browse Source

Fix mistaken disabling of opt_restart in other code.

Con Kolivas 13 years ago
parent
commit
66a9577197
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cgminer.c

+ 1 - 1
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;