Browse Source

Merge commit '66a9577' into cg_merges_20121115

Luke Dashjr 13 years ago
parent
commit
a8f8b6c59f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -147,7 +147,7 @@ bool opt_scrypt;
 #else
 static char detect_algo;
 #endif
-bool opt_restart;
+bool opt_restart = true;
 static bool opt_nogpu;
 
 struct list_head scan_devices;