Browse Source

Bugfix: Restore missing variable

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

+ 1 - 1
miner.c

@@ -4226,7 +4226,7 @@ int stale_wait(unsigned int mstime, struct work*work, bool checkend)
 static void restart_threads(void)
 static void restart_threads(void)
 {
 {
 	struct pool *cp = current_pool();
 	struct pool *cp = current_pool();
-	int i;
+	int i, fd;
 	struct thr_info *thr;
 	struct thr_info *thr;
 
 
 	/* Artificially set the lagging flag to avoid pool not providing work
 	/* Artificially set the lagging flag to avoid pool not providing work