Commit 59a1ed6ea3bed131267b5902873d5f1efa480622

Kano 2013-08-25T12:08:23

miner.php fix missing global

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/miner.php b/miner.php
index 3714ea1..2326713 100644
--- a/miner.php
+++ b/miner.php
@@ -347,7 +347,8 @@ $error = null;
 #
 function getrigs()
 {
- global $rigs, $mcastaddr, $mcastport, $mcastcode, $mcasttimeout, $error;
+ global $rigs, $mcastaddr, $mcastport, $mcastcode;
+ global $mcastlistport, $mcasttimeout, $error;
 
  $listname = "0.0.0.0";