Browse Source

Merge commit '1a0c3b1' into bfgminer

Conflicts:
	miner.c
Luke Dashjr 13 years ago
parent
commit
b6ee27efcf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      miner.c

+ 1 - 0
miner.c

@@ -4809,6 +4809,7 @@ void zero_stats(void)
 		pool->cgminer_pool_stats.bytes_sent = 0;
 		pool->cgminer_pool_stats.bytes_sent = 0;
 		pool->cgminer_pool_stats.net_bytes_sent = 0;
 		pool->cgminer_pool_stats.net_bytes_sent = 0;
 		pool->cgminer_pool_stats.times_received = 0;
 		pool->cgminer_pool_stats.times_received = 0;
+		pool->cgminer_pool_stats.bytes_received = 0;
 		pool->cgminer_pool_stats.net_bytes_received = 0;
 		pool->cgminer_pool_stats.net_bytes_received = 0;
 	}
 	}