Browse Source

miner.php fix missing global

Kano 12 years ago
parent
commit
59a1ed6ea3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      miner.php

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